[package] name = "bramble-common" version = "0.1.0" edition = "2018" license = "CC0-1.0" description = "Common types used in the Bramble protocols" [dependencies] thiserror = "1.0" rand = "0.8" xsalsa20poly1305 = "0.8" serde = "1.0" futures = { version = "0.3", features = ["unstable", "bilock"] } pin-project = "1.0" async-io = "1.6"