Files
mystem-rs/Cargo.toml

18 lines
507 B
TOML
Raw Normal View History

2020-12-27 23:04:09 +03:00
[package]
name = "mystem"
2021-01-10 21:16:49 +03:00
version = "0.2.2"
2020-12-27 23:04:09 +03:00
authors = ["AB <ab@hexor.ru>"]
license = "WTFPL"
edition = "2018"
description = "Wrapper around Yandex Mystem for Rust."
2020-12-27 23:06:45 +03:00
homepage = "https://github.com/house-of-vanity/mystem-rs"
repository = "https://github.com/house-of-vanity/mystem-rs"
readme = "README.md"
2020-12-27 23:04:09 +03:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
subprocess = "0.2.6"
serde_json = "1.0"
log = { version = "^0.4.5", features = ["std"] }