# 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" name = "serdebug" version = "1.2.0" authors = ["Ingvar Stepanyan "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "serde-based replacement for #[derive(Debug)]" readme = "README.md" keywords = [ "serialization", "serde", "debug", "formatting", "derive", ] categories = [ "development-tools::debugging", "value-formatting", "no-std", ] license = "MIT" repository = "https://github.com/RReverser/serdebug" [lib] name = "serdebug" path = "src/lib.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies.ref-cast] version = "1.0.23" [dependencies.serde] version = "1.0" features = ["alloc"] default-features = false [dependencies.serdebug_derive] version = "1.2.0" [dev-dependencies.proptest] version = "1.5.0" [dev-dependencies.serde] version = "1.0" features = [ "alloc", "derive", "std", ] default-features = false [dev-dependencies.test-strategy] version = "0.4.0" [features]