# 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 = "debug_code" version = "0.1.1" description = "The util to remove code when not debug build." readme = "README.md" keywords = [ "proc_macro", "conditional", "compilation", "debug_code", ] license = "Apache-2.0" repository = "https://github.com/shylock-hg/debug" [lib] proc_macro = true [[example]] name = "debug_fn" [[example]] name = "debug_data" [[example]] name = "debug_stmt" [[example]] name = "debug_fields" [[example]] name = "debug_variants" [dependencies.proc-macro2] version = "1.0.79" [dependencies.quote] version = "1.0.35" [dependencies.syn] version = "2.0.52"