# 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 = "auth0_client" version = "0.2.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An unofficial Auth0 API client for Rust" homepage = "https://github.com/Aeradriel/auth0_client_rs" documentation = "https://docs.rs/auth0_client" readme = "README.md" keywords = [ "auth0", "authorization", "client", "api", ] categories = [ "api-bindings", "authentication", ] license-file = "LICENSE" repository = "https://github.com/Aeradriel/auth0_client_rs" [lib] name = "auth0_client" path = "src/lib.rs" [dependencies.alcoholic_jwt] version = "4091.0.0" [dependencies.async-trait] version = "0.1.61" [dependencies.chrono] version = "0.4.23" features = ["serde"] [dependencies.dotenv] version = "0.15.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.regex] version = "1.7.1" [dependencies.reqwest] version = "0.11.13" features = ["json"] [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.91" [dependencies.thiserror] version = "1.0.38" [dependencies.urlencoding] version = "2.1.2" [dev-dependencies.mockito] version = "0.31.1" [dev-dependencies.tokio] version = "1.24.1" features = ["macros"]