# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "fluvio-socket" version = "0.15.0" authors = ["Fluvio Contributors "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Provide TCP socket wrapper for fluvio protocol" readme = "README.md" categories = ["encoding"] license = "Apache-2.0" repository = "https://github.com/infinyon/fluvio" [lib] name = "fluvio_socket" path = "src/lib.rs" [[test]] name = "enum" path = "tests/enum.rs" [dependencies.async-channel] version = "1.9.0" default-features = false [dependencies.async-lock] version = "3.4.0" [dependencies.async-trait] version = "0.1.41" default-features = false [dependencies.bytes] version = "1.7.2" [dependencies.cfg-if] version = "1.0.0" [dependencies.event-listener] version = "5.3.1" [dependencies.fluvio-future] version = "0.7.0" features = [ "net", "task", "retry", ] default-features = false [dependencies.fluvio-protocol] version = "0.12.0" features = [ "derive", "api", "codec", "link", ] [dependencies.futures-util] version = "0.3.6" features = [ "sink", "io", ] default-features = false [dependencies.nix] version = "0.29.0" features = ["uio"] default-features = false [dependencies.once_cell] version = "1.7.2" [dependencies.pin-project] version = "1.1.0" [dependencies.semver] version = "1.0.13" [dependencies.thiserror] version = "1.0.30" [dependencies.tokio] version = "1.34.0" features = ["macros"] default-features = false [dependencies.tokio-util] version = "0.7.0" features = [ "codec", "compat", ] default-features = false [dependencies.tracing] version = "0.1.19" [dev-dependencies.portpicker] version = "0.1.1" [build-dependencies.built] version = "0.7.0" [features] file = [ "fluvio-future/zero_copy", "fluvio-protocol/store", ] [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.fluvio-future] version = "0.7.0" features = [ "fixture", "fs", "zero_copy", "native_tls", ] default-features = false [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.fluvio-types] version = "0.5.0" features = ["events"] default-features = false