# 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.70" name = "serde-serialize-seed" version = "0.0.10" authors = ["warlock "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The `SerializeSeed` trait for convinience." documentation = "https://docs.rs/serde-serialize-seed/" readme = "README.md" keywords = [ "serde", "serialize", "seed", "serializeseed", ] categories = [ "encoding", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/A1-Triard/serde-serialize-seed" [lib] name = "serde_serialize_seed" path = "src/lib.rs" [dependencies.phantom-type] version = "0.5.0" default-features = false [dependencies.serde] version = "1.0.151" default-features = false [dev-dependencies.serde_json] version = "1.0.91" [features] alloc = [] default = ["alloc"] [badges.maintenance] status = "actively-developed"