# 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 = "2018" name = "tracing-fmt-smart-writer" version = "0.3.0" authors = ["Douman "] include = [ "**/*.rs", "Cargo.toml", "README.md", ] description = "Smart writer for tracing-subscriber's fmt module" readme = "README.md" keywords = [ "tracing", "stdio", "android", ] license = "BSL-1.0" repository = "https://github.com/DoumanAsh/tracing-fmt-smart-writer" [dependencies.tracing-core] version = "0.1" default-features = false [dependencies.tracing-subscriber] version = "0.3" features = ["fmt"] default-features = false [target."cfg(target_arch = \"wasm32\")".dependencies.web-log] version = "1" features = ["std"] [target."cfg(target_os = \"android\")".dependencies.androidy-log] version = "1" features = ["std"]