# 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 = "2021" rust-version = "1.76.0" name = "transip" version = "0.4.0" authors = ["Paul Min"] build = 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" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.derive] version = "1.0.0" [dependencies.ring] version = "0.17" [dependencies.rustls-pemfile] version = "2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.strum] version = "0.26.2" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.tracing] version = "0.1" [dependencies.ureq] version = "2" features = ["json"] [dev-dependencies.env_logger] version = "0.11.3" [dev-dependencies.tokio] version = "1.37.0" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dev-dependencies.wiremock] version = "0.6.0"