# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "darts" version = "0.1.0" authors = ["andelf ", "Paul Meng ", "messense "] exclude = ["/benches/**", "/priv/**", "/.travis.yml"] description = "A double array trie, A Forward Maximum Matching Searcher." documentation = "https://docs.rs/darts" readme = "README.md" keywords = ["trie", "darts", "string", "search", "text"] categories = ["data-structures", "text-processing"] license = "MIT" repository = "https://github.com/andelf/rust-darts" [package.metadata.docs.rs] all-features = true [[bench]] name = "darts_benchmark" harness = false required-features = ["searcher", "serialization"] [dependencies.bincode] version = "1.1" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dev-dependencies.criterion] version = "0.2" [dev-dependencies.hashbrown] version = "0.5.0" [dev-dependencies.lazy_static] version = "1.3" [features] default = [] searcher = [] serialization = ["bincode", "serde"] [badges.codecov] repository = "andelf/rust-darts" [badges.travis-ci] repository = "andelf/rust-darts"