# 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 = "custom_debug" version = "0.6.2" authors = ["panicbit "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Derive Debug with a custom format per field" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/panicbit/custom_debug" [lib] name = "custom_debug" path = "src/lib.rs" [[example]] name = "buffers" path = "examples/buffers.rs" [[example]] name = "conditional_skip" path = "examples/conditional_skip.rs" [[example]] name = "hex" path = "examples/hex.rs" [dependencies.custom_debug_derive] version = "0.6.2"