# 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 = "tame" version = "0.2.0" authors = ["Denis Kolodin "] description = "RillRate Agent" homepage = "https://github.com/rillrate/agent" documentation = "https://docs.rs/rillrate-agent/" readme = "README.md" keywords = ["logging"] categories = ["development-tools::debugging"] license = "Apache-2.0" repository = "https://github.com/rillrate/agent" [dependencies.anyhow] version = "1.0.41" [dependencies.async-trait] version = "0.1.50" [dependencies.clap] version = "3.0.0-beta.2" [dependencies.derive_more] version = "0.99.14" [dependencies.env_logger] version = "0.8.4" [dependencies.futures] version = "0.3.15" [dependencies.log] version = "0.4.14" [dependencies.meio] version = "0.89.4" [dependencies.rill-engine] version = "0.31.0" [dependencies.rill-protocol] version = "0.31.0" [dependencies.tame-protocol] version = "0.2.0" [dependencies.thiserror] version = "1.0.25" [dependencies.tokio] version = "1.7.1" [dependencies.tokio-stream] version = "0.1.6" features = ["sync", "io-util"]