# 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" rust-version = "1.60.0" name = "dup-indexer" version = "0.4.0" authors = ["Yuri Astrakhan "] description = "Create a non-duplicated index from Strings, static str, Vec, or Box values" readme = "README.md" keywords = [ "index", "string", "intern", "duplicate", "unique", ] categories = [ "algorithms", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/nyurik/dup-indexer" [dependencies] [dev-dependencies.cargo-husky] version = "1" features = ["user-hooks"] default-features = false