# 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 = "convey" version = "0.2.0" authors = ["Pascal Hertleif "] description = "A Rust create for outputting information and log messages for humans and machines" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/killercup/convey" [[example]] name = "logging" path = "examples/logging.rs" required-features = ["log"] [dependencies.crossbeam-channel] version = "0.3.4" [dependencies.failure] version = "0.1.2" [dependencies.failure_derive] version = "0.1.2" [dependencies.log] version = "0.4.6" features = ["std", "serde"] optional = true [dependencies.serde] version = "1.0.79" [dependencies.serde_derive] version = "1.0.79" [dependencies.serde_json] version = "1.0.31" [dependencies.termcolor] version = "1.0.4" [dev-dependencies.assert_fs] version = "0.10.0" [dev-dependencies.convey_derive] version = "0.2" [dev-dependencies.predicates] version = "1.0.0" [dev-dependencies.proptest] version = "0.8.7" [dev-dependencies.rand] version = "0.6.1" [dev-dependencies.structopt] version = "0.2" [features] default = ["log"]