# 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 = "total-maps" version = "0.2.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Maps where every possible key has an associated value" readme = "README.md" categories = ["data-structures"] license = "MIT" repository = "https://github.com/wleslie/total-maps" [package.metadata.docs.rs] all-features = true [profile.coverage] inherits = "test" [lib] name = "total_maps" path = "src/lib.rs" [[test]] name = "suite" path = "tests/suite.rs" [dependencies.num-traits] version = "0.2.18" optional = true [dependencies.serde] version = "1.0.210" optional = true [dev-dependencies.itertools] version = "0.12.1" [dev-dependencies.serde_json] version = "1.0.128"