[package] name = "rill-export" version = "0.24.0" authors = [ "Denis Kolodin ", "overfloat ", ] edition = "2018" repository = "https://github.com/rillrate/rillrate" homepage = "https://github.com/rillrate/rillrate" documentation = "https://docs.rs/rill-export/" license = "MIT/Apache-2.0" readme = "README.md" keywords = ["logging"] categories = ["development-tools::debugging"] description = "Exporter for rill-hub" [dependencies] anyhow = "1.0.38" async-trait = "0.1.48" derive_more = "0.99.11" futures = "0.3.13" log = "0.4.14" meio = "0.84.1" meio-connect = "0.84.1" once_cell = "1.7.2" rill-client = { version = "0.24.0", path = "../rill-client" } rill-protocol = { version = "0.24.0", path = "../rill-protocol" } serde = "1.0.124" serde-pickle = "0.6.2" strum = { version = "0.20.0", features = ["derive"] } thiserror = "1.0.24" tokio = { version = "1.3.0", features = ["full"] }