# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "jackrabbit" version = "0.0.3" authors = ["Bevan Hunt "] description = "Real-time Message Queue" homepage = "https://dispatcher.dev" readme = "README.md" keywords = ["jackrabbit", "queue", "ampq", "websockets", "real-time"] license = "MIT" repository = "https://github.com/apibillme/jackrabbit" [dependencies.anyhow] version = "1" [dependencies.async-tungstenite] version = "0.13" features = ["tokio-runtime", "tokio-rustls"] [dependencies.futures] version = "0.3" [dependencies.go-flag] version = "0.1" [dependencies.lazy_static] version = "1.4" [dependencies.nippy] version = "2" features = ["tokio-runtime"] default-features = false [dependencies.rmp-serde] version = "0.15" [dependencies.rocksdb] version = "0.15" [dependencies.serde] version = "1" [dependencies.serde_bytes] version = "0.11" [dependencies.serde_derive] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-rustls] version = "0.22" [dependencies.uuid] version = "0.8" features = ["serde", "v4"] [dependencies.webpki-roots] version = "0.21"