# When releasing to crates.io: # - Remove path dependencies # - Update html_root_url. # - Update doc url # - Cargo.toml # - README.md # - Create "v0.1.x" git tag [package] authors = [ "Cole Lawrence ", "Dylan Ancel (leudz) ", "Story.ai Team ", ] edition = "2018" name = "layered-nlp" version = "0.1.1" description = "Highly-flexible data-oriented NLP framework" repository = "https://github.com/storyscript/layered-nlp" homepage = "https://github.com/storyscript/layered-nlp" license = "MIT OR Apache-2.0" categories = [ "text-processing", "text-editors", "parsing", "wasm", ] keywords = ["nlp", "layered-nlp", "framework", "grammar", "wasm"] [workspace] members = ["examples", "layered-part-of-speech", "layered-amount", "layered-clauses"] [dependencies] unicode-width = "0.1.8" unicode-segmentation = "1.7.1" once_cell = "1.7.2" regex = "1.4.5" [dev-dependencies] insta = "1.7.1" rust_decimal = {version = "1.10.3", default-features = false, features = ["std"]}