# 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-service" version = "0.5.0" authors = ["Fluvio Contributors "] description = "Provide TCP service wrapper over fluvio protocol" categories = ["encoding"] license = "Apache-2.0" repository = "https://github.com/infinyon/fluvio-socket" [lib] name = "fluvio_service" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.21" [dependencies.event-listener] version = "2.2.0" [dependencies.fluvio-future] version = "0.2.0" [dependencies.fluvio-protocol] version = "0.4.0" features = ["derive", "api", "codec"] [dependencies.fluvio-socket] version = "0.7.0" [dependencies.futures-util] version = "0.3.5" [dependencies.log] version = "0.4.0" [dependencies.pin-utils] version = "0.1.0-alpha.4" [dependencies.tokio] version = "1.3.0" features = ["macros"] [dependencies.tracing] version = "0.1.18" [dependencies.tracing-futures] version = "0.2.4" [dev-dependencies.fluvio-future] version = "0.2.0" features = ["fixture"]