# 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 = "rskafka_wasi" version = "0.3.1" description = " A minimal Rust client for Apache Kafka " documentation = "https://docs.rs/rskafka/" readme = "README.md" keywords = [ "api", "async", "kafka", "protocol", "wasi", ] categories = ["api-bindings"] license = "MIT/Apache-2.0" repository = "https://github.com/WasmEdge/rskafka_wasi" [package.metadata.docs.rs] all-features = true [profile.bench] debug = true [profile.release] debug = true [lib] name = "rskafka" path = "src/lib.rs" bench = false [[bench]] name = "throughput" harness = false [dependencies.async-socks5] version = "0.5" optional = true [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "1.1" [dependencies.chrono] version = "0.4" default-features = false [dependencies.crc32c] version = "0.6" [dependencies.flate2] version = "1" optional = true [dependencies.futures] version = "0.3" [dependencies.integer-encoding] version = "3" [dependencies.lz4] version = "1.23" optional = true [dependencies.parking_lot] version = "0.12" [dependencies.pin-project-lite] version = "0.2" [dependencies.rand] version = "0.8" [dependencies.rustls] version = "0.20" optional = true [dependencies.snap] version = "1" optional = true [dependencies.thiserror] version = "1.0" [dependencies.tokio-rustls] version = "0.23" optional = true [dependencies.tracing] version = "0.1" [dependencies.zstd] version = "0.11" optional = true [dev-dependencies.assert_matches] version = "1.5" [dev-dependencies.criterion] version = "0.4" features = ["async_tokio"] [dev-dependencies.dotenvy] version = "0.15.1" [dev-dependencies.futures] version = "0.3" [dev-dependencies.once_cell] version = "1.9" [dev-dependencies.rustls-pemfile] version = "1.0" [dev-dependencies.tracing-log] version = "0.1" [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dev-dependencies.uuid] version = "1.0" features = ["v4"] [features] compression-gzip = ["flate2"] compression-lz4 = ["lz4"] compression-snappy = ["snap"] compression-zstd = ["zstd"] default = [ "compression-gzip", "compression-snappy", ] full = [ "compression-gzip", "compression-lz4", "compression-snappy", "compression-zstd", "transport-socks5", "transport-tls", ] transport-socks5 = ["async-socks5"] transport-tls = [ "rustls", "tokio-rustls", ] unstable-fuzzing = [] [target."cfg(not(target_os=\"wasi\"))".dependencies.tokio] version = "1.19" features = [ "io-util", "net", "rt", "sync", "time", "macros", ] default-features = false [target."cfg(not(target_os=\"wasi\"))".dev-dependencies.j4rs] version = "0.14" [target."cfg(not(target_os=\"wasi\"))".dev-dependencies.procspawn] version = "0.10" [target."cfg(not(target_os=\"wasi\"))".dev-dependencies.proptest] version = "1" [target."cfg(not(target_os=\"wasi\"))".dev-dependencies.proptest-derive] version = "0.3" [target."cfg(not(target_os=\"wasi\"))".dev-dependencies.rdkafka] version = "0.29" features = [ "libz", "tokio", "zstd", ] default-features = false [target."cfg(not(target_os=\"wasi\"))".dev-dependencies.tokio] version = "1.14" features = [ "macros", "rt-multi-thread", ] [target."cfg(target_os=\"wasi\")".dependencies.tokio_wasi] version = "1" features = [ "io-util", "net", "rt", "sync", "time", "macros", ] default-features = false