# 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 = "rsub" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A high-performance message broker with QUIC transport and pub/sub messaging patterns" readme = "README.md" license = "Apache-2.0" [lib] name = "rsub" path = "src/lib.rs" [[bin]] name = "rsub" path = "src/main.rs" [dependencies.anyhow] version = "1.0.93" [dependencies.async-trait] version = "0.1.83" [dependencies.bytes] version = "1.7.2" [dependencies.clap] version = "4.5.18" features = ["derive"] [dependencies.mockall] version = "0.13.0" [dependencies.pem] version = "3.0.4" [dependencies.quinn] version = "0.11.5" [dependencies.rcgen] version = "0.13.1" [dependencies.rustls] version = "0.23.13" features = ["ring"] [dependencies.rustls-pemfile] version = "2.2.0" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.serde_yaml] version = "0.9.34" [dependencies.time] version = "0.3.36" [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.wildcard] version = "0.2.0"