# 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 = "cute-log" version = "2.2.0" authors = ["Douman "] include = [ "**/*.rs", "Cargo.toml", "README.md", ] description = "Simple and cute logger for log crate" readme = "README.md" keywords = ["log"] license = "Apache-2.0" repository = "https://github.com/DoumanAsh/cute-log" [package.metadata.docs.rs] features = ["std"] [dependencies.log] version = "0" default-features = false [features] default = ["timestamp"] local_timestamp = [ "timestamp", "time/local-offset", ] std = [] timestamp = ["time"] [target."cfg(any(target_arch = \"wasm32\"))".dependencies.web-log] version = "1" [target."cfg(not(any(target_os = \"android\", target_arch = \"wasm32\")))".dependencies.time] version = "0.3.11" features = ["std"] optional = true default-features = false [target."cfg(target_os = \"android\")".dependencies.androidy-log] version = "1"