# 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 = "2018" name = "serde-name" version = "0.2.1" authors = ["Mathieu Baudet "] exclude = ["README.tpl"] description = "Extract the Serde name of structs and enums" documentation = "https://docs.rs/serde-name" 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.serde] version = "1.0.126" features = ["derive"] [dependencies.thiserror] version = "1.0.25" [dev-dependencies.serde-reflection] version = "0.3.6"