# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "rill-engine" version = "0.41.0" authors = ["Denis Kolodin "] description = "The RillRate Protocol async engine." homepage = "https://github.com/rillrate/rillrate" documentation = "https://docs.rs/rill-engine/" readme = "README.md" keywords = ["logging"] categories = ["development-tools::debugging"] license = "Apache-2.0" repository = "https://github.com/rillrate/rillrate" [dependencies.anyhow] version = "1.0.44" [dependencies.async-trait] version = "0.1.51" [dependencies.derive_more] version = "0.99.16" [dependencies.futures] version = "0.3.17" [dependencies.log] version = "0.4.14" [dependencies.meio] version = "0.95.1" [dependencies.meio-connect] version = "0.95.1" [dependencies.metacrate] version = "0.1.2" [dependencies.once_cell] version = "1.8.0" [dependencies.rill-protocol] version = "0.41.0" [dependencies.serde] version = "1.0.130" [dependencies.strum] version = "0.21.0" features = ["derive"] [dependencies.thiserror] version = "1.0.29" [dependencies.tokio] version = "1.12.0" features = ["full"] [dependencies.tokio-stream] version = "0.1.7" [dev-dependencies.ctrlc] version = "3.2.0" [dev-dependencies.env_logger] version = "0.9.0" [features] default = ["meio-addon"] meio-addon = []