# 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 = "elements-frequency" version = "0.5.1" description = "Finds the frequency of elements in a list." documentation = "https://docs.rs/elements_frequency" readme = "README.md" keywords = ["algorithm", "array", "frequency"] license = "MIT" repository = "https://codeberg.org/ino/rusty-algos/src/branch/master/problems/elements-frequency" [dependencies.num_cpus] version = "1.8.0" [dependencies.rayon-core] version = "1.9.0" [dependencies.twox-hash] version = "1.6.1"