22 lines
No EOL
532 B
TOML
22 lines
No EOL
532 B
TOML
[package]
|
|
name = "wicked-waifus-protocol"
|
|
edition.workspace = true
|
|
version.workspace = true
|
|
|
|
[features]
|
|
debug = ["dep:serde", "dep:serde_json"]
|
|
|
|
[dependencies]
|
|
byteorder.workspace = true
|
|
crc32fast.workspace = true
|
|
prost.workspace = true
|
|
serde = { workspace = true, optional = true }
|
|
serde_json = { workspace = true, optional = true }
|
|
thiserror.workspace = true
|
|
wicked-waifus-protocol-derive.workspace = true
|
|
|
|
[build-dependencies]
|
|
prettyplease.workspace = true
|
|
prost-build.workspace = true
|
|
quote.workspace = true
|
|
syn.workspace = true |