# 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 = "hashmap_settings" version = "0.5.1" authors = ["OxidizedLoop"] description = "HashMap wrapper for layered Settings" documentation = "https://docs.rs/hashmap_settings" readme = "README.md" keywords = [ "hashmap", "settings", "account", ] categories = [ "config", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/OxidizedLoop/HashMapSettings" [dependencies.dyn-clone] version = "1.0" [dependencies.dyn_ord] version = "0.2.1" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.typetag] version = "0.2" optional = true [features] default = [] serde = [ "dep:serde", "dep:typetag", ] [lints.clippy] cargo = "warn" complexity = "warn" correctness = "warn" doc_markdown = "allow" nursery = "warn" pedantic = "warn" perf = "warn" style = "warn" suspicious = "warn" [lints.rust] missing_docs = "warn"