# 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-attributes" version = "0.1.0" authors = ["Dzenan Jupic <56133904+DzenanJupic@users.noreply.github.com>"] include = ["src/**/*", "Cargo.toml"] description = "A set of function log attributes, that make logging function in- and outputs a charm." documentation = "https://docs.rs/log-attributes" readme = "README.md" keywords = ["log", "macro", "attribute"] license = "MIT OR Apache-2.0" repository = "https://github.com/DzenanJupic/log-attributes" resolver = "2" [package.metadata.doc.rs] all-features = true [lib] proc-macro = true [dependencies.log] version = "0.4.14" [dependencies.proc-macro2] version = "1.0.32" [dependencies.quote] version = "1.0.10" [dependencies.syn] version = "1.0.82" features = ["full", "extra-traits"] [dev-dependencies.trybuild] version = "1.0.52"