# 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 = "jetstream_cluster" version = "6.5.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Jetstream is a RPC framework for Rust, based on the 9P protocol and QUIC." documentation = "https://sevki.github.io/jetstream/" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/sevki/jetstream" [lib] name = "jetstream_cluster" path = "src/lib.rs" bench = false [dependencies.anyhow] version = "1.0.93" [dependencies.bytes] version = "1.8.0" [dependencies.jetstream_wireformat] version = "6.5.0" [dependencies.okstd] version = "0.1.10" features = ["macros"] [dependencies.rand] version = "0.8.5" [dependencies.s2n-quic] version = "1.47.0" [dependencies.thiserror] version = "2.0.3" [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.trait-variant] version = "0.1.2"