# 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 = "privacy-log" version = "0.1.1" authors = ["wcampbell"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "rust-lang/log without file names and line " homepage = "https://github.com/wcampbell0x2a/privacy-log" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/wcampbell0x2a/privacy-log" [lib] name = "privacy_log" path = "src/lib.rs" [[example]] name = "all" path = "examples/all.rs" [dependencies.log] version = "0.4.22" [dev-dependencies.env_logger] version = "0.11.5"