# 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-aptos" version = "0.2.0" authors = ["Mathieu Baudet ", "Brandon Williams "] 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/novifinancial/serde-reflection" [lib] name = "serde_name" [dependencies.serde] version = "1.0.126" features = ["derive"] [dependencies.thiserror] version = "1.0.25" [dev-dependencies]