# 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 = "rill" version = "0.21.0" authors = ["Denis Kolodin ", "overfloat "] description = "Dynamic logging and tracing system" homepage = "https://github.com/rillrate/rillrate" documentation = "https://docs.rs/rill/" readme = "README.md" keywords = ["logging"] categories = ["development-tools::debugging"] license = "MIT/Apache-2.0" repository = "https://github.com/rillrate/rillrate" [dependencies.anyhow] version = "1.0.38" [dependencies.async-trait] version = "0.1.42" [dependencies.derive_more] version = "0.99.11" [dependencies.futures] version = "0.3.13" [dependencies.log] version = "0.4.14" [dependencies.meio] version = "0.82.0" [dependencies.meio-connect] version = "0.82.0" [dependencies.metacrate] version = "0.1.2" [dependencies.once_cell] version = "1.7.0" [dependencies.rill-protocol] version = "0.21.0" [dependencies.serde] version = "1.0.123" [dependencies.thiserror] version = "1.0.24" [dependencies.tokio] version = "1.2.0" features = ["full"] [dev-dependencies.ctrlc] version = "3.1.8" [dev-dependencies.env_logger] version = "0.8.3"