# 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.65.0" name = "kempt" version = "0.2.4" description = "Ordered collection types with no unsafe code and no_std support" readme = "./README.md" keywords = [ "no_std", "ordered-map", ] categories = [ "data-structures", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/khonsulabs/kempt" [dependencies.serde] version = "1.0.163" optional = true default-features = false [dev-dependencies.serde_test] version = "1.0.163"