# 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.70.0" name = "captcha_oxide" version = "6.0.0" authors = ["gustavo-shigueo"] description = "Library for interacting with the 2Captcha API to solve captcha puzzles" homepage = "https://github.com/escritorio-gustavo/captcha_oxide" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/escritorio-gustavo/captcha_oxide" [dependencies.captcha_oxide_macros] version = "0.1.0" [dependencies.chrono] version = "0.4" features = ["serde"] default-features = false [dependencies.lazy_static] version = "1" default-features = false [dependencies.reqwest] version = "0.12" features = [ "json", "default-tls", ] default-features = false [dependencies.serde] version = "1" features = ["derive"] default-features = false [dependencies.serde_json] version = "1" default-features = false [dependencies.serde_repr] version = "0.1" default-features = false [dependencies.thiserror] version = "1" default-features = false [dependencies.tokio] version = "1" default-features = false [dependencies.url] version = "2" features = ["serde"] default-features = false [dev-dependencies.dotenv] version = "0.15" [dev-dependencies.tokio] version = "1" features = ["macros"] [features] callback = []