# 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 = "selium-server" version = "0.5.0" authors = ["Selium Contributors"] include = [ "src/**/*", "proxy.debug.der", "proxy.prod.der", ] description = """ The server-side binary for Selium, an extremely developer friendly, composable messaging platform with zero build time configuration. """ homepage = "https://selium.com" readme = "README.md" keywords = [ "selium", "messaging", "streaming", "stream", "queue", ] categories = [ "network-programming", "webassembly", ] license = "MPL-2.0" repository = "https://github.com/seliumlabs/selium" [dependencies.anyhow] version = "1.0" [dependencies.bytes] version = "1.5" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2.1" [dependencies.env_logger] version = "0.10" [dependencies.futures] version = "0.3" [dependencies.hmac-sha512] version = "1.1" [dependencies.log] version = "0.4" [dependencies.pin-project-lite] version = "0.2" [dependencies.quinn] version = "0.10" [dependencies.rcgen] version = "0.11" [dependencies.rustls] version = "0.21" [dependencies.rustls-pemfile] version = "1.0" [dependencies.selium-log] version = "0.1" [dependencies.selium-protocol] version = "0.4" [dependencies.selium-std] version = "0.2" features = ["codec"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "1.34" features = [ "macros", "net", "rt-multi-thread", "signal", "sync", ] [dependencies.tokio-stream] version = "0.1" [dependencies.tokio-util] version = "0.7" features = ["codec"] [features] __cloud = []