# 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 = "dashpipe" version = "0.0.3" authors = ["eleduardo "] description = "Core library to power dashpipe stream processing" readme = "README.md" keywords = ["traffic", "observsability", "streaming"] categories = ["streaming"] license = "Apache-2.0" repository = "https://github.com/dashpipe/dashpipe-core" [dependencies.crossbeam] version = "0.7" [dependencies.failure] version = "0.1" [dependencies.failure_derive] version = "0.1" [dependencies.futures] version = "0.1" [dependencies.lazy_static] version = "1.3.0" [dependencies.log] version = "0.4" [dependencies.nitox] version = "0.1" [dependencies.prometheus] version = "0.6" [dependencies.rdkafka] version = "0.19" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "0.1" [dev-dependencies.testcontainers] version = "0.6" [badges]