swoosh pr / Check (pull_request) Successful in 1m50s
swoosh pr / Clippy (pull_request) Successful in 1m15s
swoosh pr / Rustfmt (pull_request) Successful in 1m29s
Release Tagging / release (pull_request) Successful in 1m46s
Release Tagging / release (push) Successful in 1m1s
swoosh Build / Check (push) Successful in 1m0s
swoosh Build / Rustfmt (push) Successful in 42s
swoosh Build / Test Suite (push) Successful in 2m21s
swoosh Build / Clippy (push) Successful in 1m27s
swoosh Build / build (push) Successful in 1m33s
Reviewed-on: #15
17 lines
625 B
TOML
17 lines
625 B
TOML
[package]
|
|
name = "swoosh"
|
|
version = "0.5.2"
|
|
edition = "2024"
|
|
rust-version = "1.96.1"
|
|
description = "Library to send text messages"
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0.228", features = ["derive"] }
|
|
serde_json = { version = "1.0.150" }
|
|
reqwest = { version = "0.13.4", features = ["form", "json", "blocking", "multipart", "stream"] }
|
|
time = { version = "0.3.49", features = ["formatting", "macros", "parsing", "serde"] }
|
|
base64-ng = { version = "1.3.5" }
|
|
textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.5.1", features = ["config", "contact", "message"] }
|
|
|
|
[dev-dependencies]
|