# 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 = "topfew" version = "0.2.3" authors = ["Dirkjan Ochtman "] description = "CLI to find high frequency occurrences in structured text files" keywords = ["cli"] categories = ["command-line-utilities", "text-processing"] license = "GPL-3.0" repository = "https://github.com/djc/topfew-rs" [profile.release] opt-level = 3 codegen-units = 1 debug = true [dependencies.ahash] version = "0.7.0" [dependencies.anyhow] version = "1" [dependencies.num_cpus] version = "1.13" [dependencies.rayon] version = "1.3" [dependencies.regex] version = "1" [dependencies.smartstring] version = "0.2.5" [dependencies.structopt] version = "0.3" [dev-dependencies.quickcheck] version = "1.0"