[package] name = "rsh" version = "0.1.0" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chacha20stream = { version = "1.0.3", features = ["async"] } color-eyre = "0.5.11" cryptohelpers = { version = "1.8", features = ["serialise", "full"] } pin-project = "1.0.8" serde = { version = "1.0.126", features = ["derive"] } serde_cbor = "0.11.1" tokio = { version = "0.2", features = ["full"] } tokio-uring = "0.1.0" uuid = { version = "0.8.2", features = ["v4", "serde"] }