# 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 = "recaptcha-service" version = "0.3.0" description = "A simplified and centralised interface for verifying reCAPTCHA tokens." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/uniteme-pty-ltd/recaptcha-service" [profile.release] lto = true codegen-units = 1 strip = true [lib] name = "recaptcha_client" path = "src/client/lib.rs" [[bin]] name = "recaptcha_service" path = "src/service/main.rs" [dependencies.actix-web] version = "4" [dependencies.derive_more] version = "0.99.17" [dependencies.env_logger] version = "0.10.0" [dependencies.num_cpus] version = "1" [dependencies.reqwest] version = "0.11.14" features = ["json"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.time] version = "0.3.17" features = ["serde-human-readable"] [dev-dependencies.tokio] version = "1" features = ["full"]