# 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 = "derive-debug-extras" version = "0.3.0" authors = ["Ben "] description = "More customisable #[derive(Debug)]" readme = "README.md" keywords = [ "derive", "debug", "extras", ] categories = ["rust-patterns"] license = "MIT" repository = "https://github.com/kaleidawave/derive-debug-extras" [lib] name = "derive_debug_extras" path = "lib.rs" proc-macro = true [dependencies.syn-helpers] version = "0.5" [features] auto-debug-single-tuple-inline = []