# 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 = "serde-reflection" version = "0.4.0" authors = ["Mathieu Baudet "] exclude = ["README.tpl"] description = "Extract representations of Serde data formats" documentation = "https://docs.rs/serde-reflection" readme = "README.md" keywords = [ "data-structures", "serialization", "serde", ] categories = [ "encoding", "development-tools", ] license = "MIT OR Apache-2.0" repository = "https://github.com/zefchain/serde-reflection" [dependencies.once_cell] version = "1.7.2" [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.thiserror] version = "1.0.25" [dev-dependencies.bincode] version = "1.3.3" [dev-dependencies.serde_bytes] version = "0.11.5" [dev-dependencies.serde_json] version = "1.0.64" [dev-dependencies.serde_yaml] version = "0.8.17"