# 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 = "log_macro" version = "0.1.6" authors = ["Nikita"] description = "Macro to print variable name and value only (stripped from release builds)" documentation = "https://docs.rs/log_macro" readme = "README.md" keywords = [ "debugging", "macro", "print", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/nikitavoloboev/log_macro" [dependencies] [dev-dependencies.duct] version = "0.13.6"