bosonnlp 0.3.0

BosonNLP SDK for Rust
Documentation
[package]
authors = ["messense <messense@icloud.com>"]
description = "BosonNLP SDK for Rust"
documentation = "https://messense.github.io/bosonnlp-rs"
homepage = "https://github.com/messense/bosonnlp-rs"
keywords = ["nlp", "bosonnlp", "tag", "ner", "sentiment"]
license = "MIT"
name = "bosonnlp"
readme = "README.md"
repository = "https://github.com/messense/bosonnlp-rs"
version = "0.3.0"

[dependencies]
error-chain = "0.8"
flate2 = "0.2"
hyper = "0.10"
log = "0.3"
serde = "0.9"
serde_derive = "0.9"
serde_json = "0.9"
url = "1.2"

[dependencies.clippy]
optional = true
version = "^0.*"

[dependencies.uuid]
features = ["v4"]
version = "0.4"

[features]
unstable = []