# 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 = "holochain_logging" version = "0.0.7" authors = ["Holochain Core Dev Team "] description = "A logger for Holochain" documentation = "https://github.com/holochain/holochain-logging" readme = "../../README.md" keywords = ["holochain", "holo", "p2p", "logging"] categories = ["development-tools"] license = "Apache-2.0" repository = "https://github.com/holochain/holochain-logging" [dependencies.chrono] version = "=0.4.6" [dependencies.colored] version = "=1.7.0" [dependencies.crossbeam-channel] version = "=0.3.8" [dependencies.log] version = "=0.4.8" features = ["std", "serde"] [dependencies.regex] version = "=1.1.2" [dependencies.serde] version = "=1.0.104" [dependencies.serde_derive] version = "=1.0.104" [dependencies.toml] version = "=0.5.0"