# 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 = "fluvio-storage" version = "0.3.0" authors = ["fluvio.io"] description = "Storage for Fluvio platform" license = "Apache-2.0" repository = "https://github.com/infinyon/fluvio" [[bin]] name = "storage-cli" path = "src/bin/cli.rs" doc = false required-features = ["cli", "fluvio-future/subscriber"] [dependencies.async-channel] version = "1.5.1" [dependencies.async-mutex] version = "1.4.0" [dependencies.async-trait] version = "0.1.18" [dependencies.bytes] version = "0.5.3" [dependencies.dataplane] version = "0.3.0" package = "fluvio-dataplane-protocol" [dependencies.derive_builder] version = "0.9.0" [dependencies.fluvio-future] version = "0.1.8" features = ["fs", "mmap"] [dependencies.fluvio-protocol] version = "0.3.0" [dependencies.fluvio-types] version = "0.2.0" [dependencies.futures-lite] version = "1.7.0" [dependencies.libc] version = "0.2.58" [dependencies.pin-utils] version = "0.1.0-alpha.4" [dependencies.serde] version = "1.0.103" features = ["derive"] [dependencies.structopt] version = "0.3.5" optional = true [dependencies.tracing] version = "0.1.19" [dev-dependencies.fluvio-future] version = "0.1.8" features = ["fixture"] [dev-dependencies.fluvio-socket] version = "0.6.0" [dev-dependencies.flv-util] version = "0.5.2" features = ["fixture"] [features] cli = ["structopt"]