# 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 = "logwise" version = "0.2.0" authors = ["Drew Crawford "] build = false exclude = [".*"] autobins = false autoexamples = false autotests = false autobenches = false description = "an opinionated logging library for Rust" homepage = "https://sealedabstract.com/code/logwise" readme = "README.md" keywords = ["logging"] categories = [ "development-tools::debugging", "development-tools::profiling", ] license = "MIT OR Apache-2.0" repository = "https://github.com/drewcrawford/logwise" [lib] name = "logwise" path = "src/lib.rs" [dependencies.logwise_proc] version = "0.1.0" [dev-dependencies] [target.'cfg(target_arch="wasm32")'.dependencies.wasm-bindgen] version = "0.2" [target.'cfg(target_arch="wasm32")'.dependencies.web-sys] version = "0.3" features = ["console"] [target.'cfg(target_arch="wasm32")'.dependencies.web-time] version = "1.1" [target.'cfg(target_arch="wasm32")'.dev-dependencies.wasm-bindgen-test] version = "0.3.45"