voip-ms 0.1.3

Async client for the voip.ms REST API
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"
rust-version = "1.88"
name = "voip-ms"
version = "0.1.3"
authors = ["Peter Nehrer <pnehrer@eclipticalsoftware.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async client for the voip.ms REST API"
readme = "README.md"
keywords = [
    "voip",
    "voipms",
    "telephony",
    "sms",
    "async",
]
categories = [
    "api-bindings",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/ecliptical/voip-ms"

[features]
default = ["rustls-tls-native-roots"]
native-tls = ["reqwest/native-tls"]
rustls-tls-native-roots = [
    "reqwest/rustls",
    "reqwest/rustls-native-certs",
]
rustls-tls-webpki-roots = [
    "reqwest/rustls",
    "reqwest/webpki-roots",
]

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

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

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

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

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

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

[dependencies.chrono]
version = "0.4"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "query",
]
default-features = false

[dependencies.rust_decimal]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.url]
version = "2"

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
]

[dev-dependencies.wiremock]
version = "0.6"