# 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" name = "test-data-generation" version = "0.3.4" authors = ["dsietz "] exclude = ["examples/*", "target/*", "tests/*", "benches/*"] description = "A simple to use, light-weight library that analyzes sample data to build algorithms and generates realistic test data." documentation = "https://docs.rs/test-data-generation/" readme = "README.md" keywords = ["data", "testing", "generate", "parser", "sample"] categories = ["algorithms", "development-tools::testing", "parsing", "text-processing", "simulation"] license = "Apache-2.0" repository = "https://github.com/dsietz/test-data-generation.git" [profile.bench] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false rpath = false [profile.dev] opt-level = 0 lto = false codegen-units = 4 debug = true debug-assertions = true rpath = false [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false rpath = false [profile.test] opt-level = 1 lto = false codegen-units = 4 debug = true debug-assertions = true rpath = false [dependencies.crossbeam] version = "0.8" [dependencies.csv] version = "1.1" [dependencies.indexmap] version = "1.7.0" features = ["serde-1"] [dependencies.levenshtein] version = "1.0" [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1.8" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1.3" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.8" [dependencies.yaml-rust] version = "0.4" [dev-dependencies.log4rs] version = "1.0" [badges.appveyor] repository = "dsietz/test-data-generation" [badges.coveralls] branch = "master" repostiory = "dsietz/test-data-generation" [badges.is-it-maintained-issue-resolution] repository = "dsietz/test-data-generation" [badges.is-it-maintained-open-issues] repository = "dsietz/test-data-generation" [badges.maintenance] status = "passively-maintained" [badges.travis-ci] repository = "dsietz/test-data-generation"