# 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 = "kf-socket" version = "2.0.0" authors = ["Fluvio Contributors "] description = "Provide TCP socket wrapper using kafka protocol" categories = ["encoding"] license = "Apache-2.0" repository = "https://github.com/infinyon/fluvio" [[bin]] name = "file_send" path = "src/bin/file_send.rs" doc = false required-features = ["cli"] [dependencies.async-trait] version = "0.1.21" [dependencies.bytes] version = "0.5.3" [dependencies.chashmap] version = "2.2.0" [dependencies.flv-future-aio] version = "2.1.0" features = ["tls"] [dependencies.futures] version = "0.3.4" [dependencies.kf-protocol] version = "1.1.2" [dependencies.log] version = "0.4.8" [dependencies.pin-utils] version = "0.1.0-alpha.4" [dependencies.tokio-util] version = "0.3.1" features = ["codec", "compat"] [dev-dependencies.flv-future-aio] version = "2.1.0" features = ["fixture"] [dev-dependencies.flv-util] version = "0.1.0" features = ["fixture"]