lib_um_crypto_rust/um_crypto/ncm/Cargo.toml

18 lines
326 B
TOML
Raw Normal View History

2024-09-14 00:33:32 +00:00
[package]
name = "umc_ncm"
version = "0.1.0"
edition = "2021"
[dependencies]
aes = "0.8.4"
byteorder = "1.5.0"
cipher = { version = "0.4.4", features = ["block-padding"] }
crc = "3.2.1"
itertools = "0.13.0"
thiserror = "1.0.63"
umc_utils = { path = "../utils" }
[dev-dependencies]
pretty_assertions = "1"
rhexdump = "0.2.0"