[dependencies.serde]
features = ["derive"]
version = "1.0.228"
[dependencies.serde_json]
optional = true
version = "1.0.145"
[dependencies.sqlx]
optional = true
version = "0.8.6"
[dependencies.tracing]
optional = true
version = "0.1.44"
[features]
default = ["http", "websocket", "gnss"]
gnss = []
http = ["dep:serde_json"]
sqlx = ["http", "dep:sqlx"]
tracing = ["dep:tracing"]
websocket = []
[lib]
name = "sms_types"
path = "src/lib.rs"
[package]
authors = ["morgverd <morgverd@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings"]
description = "Rust shared types for SMS Server and Client."
documentation = "https://lib.rs/crates/sms-types"
edition = "2024"
homepage = "https://github.com/morgverd/sms-types"
keywords = ["sms", "gsm", "types"]
license = "AGPL-3.0-only"
name = "sms-types"
readme = "README.md"
repository = "https://github.com/morgverd/sms-types"
version = "1.0.0"
[package.metadata.docs.rs]
all-features = true