-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
34 lines (31 loc) · 865 Bytes
/
Cargo.toml
File metadata and controls
34 lines (31 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[package]
name = "types_lte_3gpp"
version = "1.0.9"
edition = "2021"
license = "MIT"
authors = [
"n4n5 <its.just.n4n5@gmail.com>",
"Sacha Di Costanzo <sacha.dicostanzo@telecom-paris.fr>",
"katheleligaf",
"comeyrd <ce.eyraud@gmail.com>",
]
description = "3GPP types for Rust"
categories = ["network-programming"]
keywords = ["lte", "3gpp", "rrc", "s1ap", "lppa"]
repository = "https://github.com/tramex/types_3gpp"
homepage = "https://github.com/tramex/types_3gpp"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
rrc = []
s1ap = []
x2ap = []
m2ap = []
lppa = []
[dependencies]
asn1-codecs = "0.7.2"
asn1_codecs_derive = "0.7.2"
bitvec = { version = "1.0.1", features = ["serde"] }
env_logger = "0.11.8"
hex = "0.4.3"
log = "0.4.29"
serde = { version = "1.0.228", features = ["derive"] }