# 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.67" name = "serde_dbgfmt" version = "0.1.0" description = "Deserialize #[derive(Debug)] output using serde" readme = "README.md" categories = [ "encoding", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/phantomical/serde_dbgfmt" [dependencies.serde] version = "1.0" [dependencies.unicode-ident] version = "1.0" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_path_to_error] version = "0.1.15"