Files
rayhunter/telcom-parser/Cargo.toml
Will Greenberg ec30a9557c bump to v10.2
2026-02-24 14:19:08 -08:00

16 lines
397 B
TOML

[package]
name = "telcom-parser"
version = "0.10.2"
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
asn1-compiler = "0.7.1"
asn1-codecs = "0.7.1"
asn1_codecs_derive = "0.7.1"
bitvec = { version = "1.0", features = ["serde"] }
log = "0.4"
thiserror = "1.0.56"
serde = { version = "1.0.196", features = ["derive"] }