# 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 = "fast_aug" version = "0.1.0" authors = ["Konstantin Chernyshev "] exclude = [ "rust-toolchain", "target/*", "Cargo.lock", "benches/*.txt", "benches/*.json", "data/*", "testdata/*", ] description = "Fast data augmentation for text" homepage = "https://github.com/k4black/fast-aug" documentation = "https://docs.rs/fast-aug" readme = "./README.md" license = "MIT" repository = "https://github.com/k4black/fast-aug" [profile.bench] debug = 2 [profile.dev] split-debuginfo = "unpacked" [profile.release] debug = 2 [lib] name = "fast_aug" path = "src/lib.rs" bench = false [[bench]] name = "text" harness = false [[bench]] name = "flow" harness = false [dependencies.finalfusion] version = "0.18" [dependencies.icu_locid] version = "1.4" [dependencies.icu_properties] version = "1.4" [dependencies.icu_provider] version = "1.4" [dependencies.lazy_static] version = "1.4" [dependencies.rand] version = "0.8" [dependencies.rand_distr] version = "0.4" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.unicode-segmentation] version = "1.10" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.flamegraph] version = "0.6" [dev-dependencies.test-case] version = "3.3" [build-dependencies.serde] version = "1.0" [build-dependencies.serde_json] version = "1.0"