# 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 = "sinter" version = "0.1.1" authors = ["ickk "] include = [ "src/", "LICENSE-APACHE", "LICENSE-MIT", "LICENSE-ZLIB", ] description = "An easy to use & fast global interning pool" documentation = "https://docs.rs/sinter" readme = "README.md" keywords = [ "interner", "string", ] license = "MIT OR Apache-2.0 OR Zlib" repository = "https://github.com/ickk/sinter/" [dependencies.hashbrown] version = "0.14" default-features = false [dependencies.parking_lot] version = "0.12" default-features = false [dependencies.wyhash] version = "0.5" default-features = false [lints.clippy] match_ref_pats = "allow" needless_return = "allow" new_without_default = "allow" too_many_arguments = "allow" toplevel_ref_arg = "allow" [lints.rust] unsafe_op_in_unsafe_fn = "deny"