[[bin]]
name = "sms-pdu-decoder"
path = "src/main.rs"
[dependencies.chrono]
features = ["std", "serde"]
version = "0.4"
[dependencies.hex]
version = "0.4"
[dependencies.lazy_static]
version = "1.4"
[dependencies.serde_json]
version = "1.0.145"
[dependencies.thiserror]
version = "1.0"
[[example]]
name = "decode_sms"
path = "examples/decode_sms.rs"
[lib]
name = "sms_pdu_decoder"
path = "src/lib.rs"
[package]
authors = ["Fazal Rasel <fazalrasel@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "parser-implementations"]
description = "A Rust library for decoding SMS PDU (Protocol Data Unit) format as specified in GSM 03.40"
edition = "2021"
keywords = ["sms", "pdu", "gsm", "decode", "telecommunications"]
license = "MIT"
name = "sms-pdu-decoder"
readme = "README.md"
repository = "https://github.com/fazalrasel/sms-pdu-decoder"
version = "0.1.1"