# 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 = "2018" rust-version = "1.65" name = "instant-segment" version = "0.11.0" description = "Fast English word segmentation" homepage = "https://github.com/InstantDomain/instant-segment" documentation = "https://docs.rs/instant-segment" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/InstantDomain/instant-segment" [[bench]] name = "bench" harness = false [dependencies.rustc-hash] version = "1.1.0" [dependencies.serde] version = "1.0.123" features = ["derive"] optional = true [dependencies.smartstring] version = "1" [dev-dependencies.bencher] version = "0.1.5" [dev-dependencies.once_cell] version = "1.4" [dev-dependencies.rayon] version = "1.5.1" [features] __test_data = ["test-cases"] test-cases = [] with-serde = [ "serde", "smartstring/serde", ]