mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-05-30 12:29:27 -07:00
This crate's code is nearly entirely autogenerated using an ASN.1 parsing tool called hampi. The code in src/lte_rrc.rs shouldn't be manually modified, and should only be regenerated using hampi (or a similar tool).
33 lines
772 B
TOML
33 lines
772 B
TOML
[package]
|
|
name = "lte-parser"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[build-dependencies]
|
|
asn1-compiler = "0.6.1"
|
|
asn1-codecs = "0.6.1"
|
|
asn1_codecs_derive = "0.6.1"
|
|
serde = { version = "1.0" , features = ["derive"]}
|
|
trybuild = { version = "1.0" }
|
|
hex = { version = "0.4" }
|
|
bitvec = { version = "1.0" , features = ["serde"]}
|
|
log = { version = "0.4" }
|
|
criterion = { version = "0.5" , features = ["rayon"]}
|
|
env_logger = { version = "0.9" }
|
|
|
|
[dependencies]
|
|
asn1-compiler = "0.6.1"
|
|
asn1-codecs = "0.6.1"
|
|
asn1_codecs_derive = "0.6.1"
|
|
bitvec = "1.0"
|
|
log = "0.4"
|
|
|
|
[dev-dependencies]
|
|
asn1-compiler = "0.6.1"
|
|
asn1-codecs = "0.6.1"
|
|
asn1_codecs_derive = "0.6.1"
|
|
bitvec = "1.0"
|
|
log = "0.4"
|