gsm_map 1.0.0

GSM MAP (Mobile Application Part) operations per 3GPP TS 29.002 — SMS (MO/MT-ForwardSM, SRI-for-SM), mobility, authentication, USSD, supplementary services — as BER-codable ASN.1 types, with optional Rust-backed Python bindings
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.80"
name = "gsm_map"
version = "1.0.0"
authors = ["Real Time Telecom B.V."]
build = false
exclude = [
    ".github/",
    "docs/",
    "scripts/",
    "python/tests/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GSM MAP (Mobile Application Part) operations per 3GPP TS 29.002 — SMS (MO/MT-ForwardSM, SRI-for-SM), mobility, authentication, USSD, supplementary services — as BER-codable ASN.1 types, with optional Rust-backed Python bindings"
homepage = "https://github.com/Real-Time-Telecom-B-V/gsm_map"
readme = "README.md"
keywords = [
    "gsm",
    "map",
    "ss7",
    "3gpp",
    "sms",
]
categories = ["network-programming"]
license = "MIT"
repository = "https://github.com/Real-Time-Telecom-B-V/gsm_map"

[features]
default = []
extension-module = [
    "python",
    "pyo3/extension-module",
]
python = ["dep:pyo3"]

[lib]
name = "gsm_map"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[example]]
name = "leak_check"
path = "examples/leak_check.rs"

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

[[bench]]
name = "codec"
path = "benches/codec.rs"
harness = false

[[bench]]
name = "integration"
path = "benches/integration.rs"
harness = false

[dependencies.hex]
version = "0.4"

[dependencies.pyo3]
version = "0.29"
features = ["abi3-py39"]
optional = true

[dependencies.rasn]
version = "0.28"

[dependencies.tcap]
version = "1"

[dependencies.thiserror]
version = "2"

[dev-dependencies.criterion]
version = "0.8"

[dev-dependencies.sccp]
version = "1"

[lints.clippy.correctness]
level = "deny"
priority = -1