20 lines
407 B
TOML
20 lines
407 B
TOML
[package]
|
|
name = "rust-bfd"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
atomic = "0.6.0"
|
|
bytemuck = { version = "1.14.1", features = ["derive"] }
|
|
byteorder = "1.5.0"
|
|
env_logger = "0.11.1"
|
|
futures = "0.3.30"
|
|
itertools = "0.12.1"
|
|
log = "0.4.20"
|
|
nom = "7.1.3"
|
|
nom-derive = "0.10.1"
|
|
proc-bitfield = "0.3.1"
|
|
rand = "0.8.5"
|
|
tokio = { version = "1.35.1", features = ["net", "full"] }
|
|
tokio-timer = "0.2.13"
|