cuprate/net/wire/Cargo.toml

29 lines
812 B
TOML
Raw Permalink Normal View History

[package]
name = "cuprate-wire"
version = "0.1.0"
edition = "2021"
license = "MIT"
authors = ["Boog900"]
repository = "https://github.com/SyntheticBird45/cuprate/tree/main/net/monero-wire"
[features]
default = []
tracing = ["cuprate-levin/tracing"]
[dependencies]
cuprate-levin = { path = "../levin" }
cuprate-epee-encoding = { path = "../epee-encoding" }
cuprate-fixed-bytes = { path = "../fixed-bytes" }
cuprate-types = { path = "../../types", default-features = false, features = ["epee"] }
cuprate-helper = { path = "../../helper", default-features = false, features = ["map"] }
bitflags = { workspace = true, features = ["std"] }
bytes = { workspace = true, features = ["std"] }
2024-01-22 01:56:34 +00:00
thiserror = { workspace = true }
[dev-dependencies]
2024-01-22 01:56:34 +00:00
hex = { workspace = true, features = ["std"]}
[lints]
workspace = true