types_lte_3gpp 1.0.9

3GPP types for Rust
Documentation
[dependencies.asn1-codecs]
version = "0.7.2"

[dependencies.asn1_codecs_derive]
version = "0.7.2"

[dependencies.bitvec]
features = ["serde"]
version = "1.0.1"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.hex]
version = "0.4.3"

[dependencies.log]
version = "0.4.29"

[dependencies.serde]
features = ["derive"]
version = "1.0.228"

[features]
lppa = []
m2ap = []
rrc = []
s1ap = []
x2ap = []

[lib]
name = "types_lte_3gpp"
path = "src/lib.rs"

[package]
authors = ["n4n5 <its.just.n4n5@gmail.com>", "Sacha Di Costanzo <sacha.dicostanzo@telecom-paris.fr>", "katheleligaf", "comeyrd <ce.eyraud@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming"]
description = "3GPP types for Rust"
edition = "2021"
homepage = "https://github.com/tramex/types_3gpp"
keywords = ["lte", "3gpp", "rrc", "s1ap", "lppa"]
license = "MIT"
name = "types_lte_3gpp"
readme = "README.md"
repository = "https://github.com/tramex/types_3gpp"
version = "1.0.9"

[[test]]
name = "test_rrc"
path = "tests/test_rrc.rs"