# 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" name = "trustcaptcha-rust" version = "1.0.3" authors = ["Trustcaptcha GmbH "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Trustcaptcha library for Rust, providing captcha, security features, and GDPR-compliant user verification." homepage = "https://www.trustcaptcha.com" readme = "README.md" keywords = [ "captcha", "trustcaptcha", "gdpr", "privacy", "european-union", ] license = "Apache-2.0" repository = "https://github.com/Trustcaptcha/trustcaptcha-rust" [lib] name = "trustcaptcha_rust" crate-type = ["lib"] path = "src/lib.rs" [dependencies.actix-cors] version = "0.7" [dependencies.actix-rt] version = "2.5" [dependencies.actix-web] version = "4.0" [dependencies.aes] version = "0.7" [dependencies.base64] version = "0.22.1" [dependencies.block-modes] version = "0.8.1" features = ["std"] [dependencies.block-padding] version = "0.3.3" [dependencies.cipher] version = "0.4.4" [dependencies.env_logger] version = "0.11.3" [dependencies.generic-array] version = "1.0.0" [dependencies.hex] version = "0.4" [dependencies.hex-literal] version = "0.4.1" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.12.4" features = [ "json", "blocking", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.typenum] version = "1.15.0" [dependencies.uuid] version = "1" features = ["serde"]