haesli/amqp_core/Cargo.toml
2022-02-26 13:06:34 +01:00

13 lines
308 B
TOML

[package]
name = "amqp_core"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bytes = "1.1.0"
parking_lot = "0.12.0"
smallvec = { version = "1.8.0", features = ["union"] }
thiserror = "1.0.30"
uuid = "0.8.2"