2023-03-07 22:37:55 +00:00
|
|
|
[package]
|
|
|
|
name = "monero-wire"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
license = "MIT"
|
|
|
|
authors = ["Boog900"]
|
|
|
|
repository = "https://github.com/SyntheticBird45/cuprate/tree/main/net/monero-wire"
|
|
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2023-07-17 17:43:34 +00:00
|
|
|
levin-cuprate = {path="../levin"}
|
2023-10-05 16:54:19 +00:00
|
|
|
monero-epee-bin-serde = {git = "https://github.com/monero-rs/monero-epee-bin-serde.git", rev="e4a585a"}
|
2023-10-05 13:24:42 +00:00
|
|
|
serde = {version = "1", features = ["derive"]}
|
2023-10-09 20:09:14 +00:00
|
|
|
serde_bytes = "0.11"
|
|
|
|
thiserror = "1"
|
2023-07-17 17:43:34 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2023-04-24 21:37:40 +00:00
|
|
|
hex = "0.4.3"
|
2023-03-07 22:37:55 +00:00
|
|
|
|