[package] name = "rusty" version = "0.3.0" authors = ["Douglas Luman "] edition = "2018" license-file = "LICENSE" description = "Rust bindings for the spaCy Python NLP package." repository = "https://github.com/dluman/rusTy" readme = "README.md" homepage = "https://www.appliedpoetics.org" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] cpython = "0.5" libc = "0.2" lazy_static = "1.4.0" libloading = "0.5" serde = { version = "1.0.104", features = ["derive"] } serde_json = "1.0.48" [[bin]] name = "rusty" path = "src/spacy.rs"