transip 0.4.2

Call functions on the Transip Api Endpoint
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 = "transip"
version = "0.4.2"
authors = ["Paul Min"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Call functions on the Transip Api Endpoint"
readme = "README.md"
license = "MIT"
repository = "https://github.com/paulusminus/transip"

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

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

[dependencies.base64]
version = "0.22.1"

[dependencies.chrono]
version = "0.4.38"
features = ["serde"]

[dependencies.ring]
version = "0.17.8"

[dependencies.rustls-pemfile]
version = "2.2.0"

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

[dependencies.serde_json]
version = "1.0.138"

[dependencies.strum]
version = "0.28.0"
features = ["derive"]

[dependencies.thiserror]
version = "2.0.3"

[dependencies.tracing]
version = "0.1.40"

[dependencies.ureq]
version = "3.0.2"
features = ["json"]

[dev-dependencies.env_logger]
version = "0.11.5"

[dev-dependencies.httpmock]
version = "0.8.0"

[dev-dependencies.tracing-subscriber]
version = "0.3.18"
features = ["env-filter"]