sms-types 2.0.0

Rust shared types for SMS Server and Client.
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 = "2024"
name = "sms-types"
version = "2.0.0"
authors = ["morgverd <morgverd@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust shared types for SMS Server and Client."
homepage = "https://github.com/morgverd/sms-types"
documentation = "https://lib.rs/crates/sms-types"
readme = "README.md"
keywords = [
    "sms",
    "gsm",
    "types",
]
categories = ["api-bindings"]
license = "AGPL-3.0-only"
repository = "https://github.com/morgverd/sms-types"

[package.metadata.docs.rs]
all-features = true

[features]
default = [
    "http",
    "websocket",
    "gnss",
]
gnss = []
http = ["dep:serde_json"]
openapi = ["dep:utoipa"]
sqlx = [
    "http",
    "dep:sqlx",
]
tracing = ["dep:tracing"]
websocket = []

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

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

[dependencies.serde_json]
version = "1.0.145"
optional = true

[dependencies.sqlx]
version = "0.8.6"
optional = true

[dependencies.tracing]
version = "0.1.44"
optional = true

[dependencies.utoipa]
version = "5.4.0"
optional = true