# 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" name = "erased_set" version = "0.8.0" authors = ["Maël Obréjan "] include = [ "/src/", "/Cargo.toml", "/LICENSE", ] description = "A set of erased types" readme = "README.md" keywords = [ "anymap", "typemap", "map", "set", ] categories = [ "no-std", "data-structures", ] license = "MIT" repository = "https://github.com/malobre/erased_set" [[bench]] name = "calliper" path = "benches/calliper.rs" harness = false [[bench]] name = "criterion" path = "benches/criterion.rs" harness = false [dev-dependencies.calliper] version = "0.1.4" [dev-dependencies.criterion] version = "0.5.1" [features] default = [ "send", "sync", ] send = [] sync = []