# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "loge" version = "0.4.2" authors = ["Chojan Shang "] include = ["Cargo.toml", "LICENSE-APACHE", "LICENSE-MIT", "src/**/*"] description = "A analysis friendly logger with formatted output." readme = "README.md" keywords = ["log", "logger", "logging"] categories = ["development-tools::debugging"] license = "MIT/Apache-2.0" repository = "https://github.com/psiace/loge" [dependencies.chrono] version = "0.4" optional = true [dependencies.colored] version = "1.9" optional = true [dependencies.json-color] version = "0.7" optional = true [dependencies.log] version = "0.4" features = ["std"] [dependencies.serde_json] version = "1.0" optional = true [dev-dependencies] [features] default = ["chrono", "colored", "json"] file = [] json = ["serde_json", "json-color"] [target."cfg(windows)".dependencies.atty] version = "0.2" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = ["handleapi", "winbase"]