# 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.56" name = "serde-map-to-array" version = "1.1.1" authors = ["Fraser Hutchison "] description = "Helpers to support converting a map to a sequence of named key-value pairs for human-readable encoding formats" documentation = "https://docs.rs/serde-map-to-array" readme = "README.md" keywords = [ "serde", "serialization", "deserialization", "no_std", ] categories = [ "encoding", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/Fraser999/serde-map-to-array" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.schemars] version = "0.8.12" optional = true [dependencies.serde] version = "1.0.176" features = ["alloc"] default-features = false [dev-dependencies.bincode] version = "1.3.3" [dev-dependencies.hash_hasher] version = "2.0.3" [dev-dependencies.serde] version = "1.0.176" features = ["derive"] default-features = true [dev-dependencies.serde_json] version = "1.0.104" features = ["alloc"] default-features = false [dev-dependencies.toml] version = "0" [features] json-schema = [ "schemars", "std", ] std = ["serde/std"]