# 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 = "wimbd" version = "0.3.0" description = "A CLI for inspecting and analyzing large text datasets." homepage = "https://github.com/allenai/wimbd" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/allenai/wimbd" [lib] name = "wimbd" path = "src/lib.rs" [[bin]] name = "wimbd" path = "src/main.rs" required-features = ["build-binary"] [dependencies.ahash] version = "0.8.5" features = ["runtime-rng"] [dependencies.anyhow] version = "1.0" [dependencies.atomic-traits] version = "0.3" [dependencies.console] version = "0.15" [dependencies.flate2] version = "1.0" [dependencies.glob] version = "0.3.1" [dependencies.humantime] version = "2.1" [dependencies.indicatif] version = "0.17" [dependencies.log] version = "0.4.20" [dependencies.num-traits] version = "0.2" [dependencies.num_cpus] version = "1.0" [dependencies.parse-size] version = "1.0" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1.10.3" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.97" [dependencies.simple_logger] version = "3.0" features = [ "stderr", "colors", ] optional = true default-features = false [dependencies.structopt] version = "0.3" optional = true [dependencies.thousands] version = "0.2" [dependencies.threadpool] version = "1.8" [dependencies.tokenizers] version = "0.15.1" features = ["http"] [dependencies.unicode-segmentation] version = "1.7" [features] build-binary = [ "simple_logger", "structopt", ] default = ["build-binary"]