# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "quickner-core" version = "0.0.1-alpha.20" authors = ["Omar MHAIMDAT"] description = "A fast and simple NER tool" homepage = "https://github.com/omarmhaimdat/quickner" documentation = "https://docs.rs/quickner-cli" readme = "README.md" keywords = [ "ner", "named-entity", "nlp", "cli", ] license-file = "LICENSE" [lib] name = "quickner" [dependencies.aho-corasick] version = "0.7.18" [dependencies.clap] version = "4.0.32" features = ["derive"] [dependencies.csv] version = "1.1" [dependencies.env_logger] version = "0.10.0" [dependencies.indicatif] version = "0.17.0" [dependencies.log] version = "0.4.0" [dependencies.rayon] version = "1.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10.6" [dependencies.toml] version = "0.7.0"