# 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 = "auth0wrap" version = "0.1.1" authors = ["James Binford "] description = "A wrapper for the Auth0 Authentication API" readme = "README.md" categories = [ "authentication", "auth0", "OAuth2", ] license = "MIT" repository = "https://github.com/jamesbinford/auth0wrap" [profile.release] opt-level = 3 lto = "thin" strip = true [dependencies.figment] version = "0.10.12" features = [ "toml", "json", "env", ] default-features = false [dependencies.mockito] version = "1.2.0" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.rubedo] version = "0.4.0" [dependencies.rubedo-macros] version = "0.4.0" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.tokio] version = "1.34.0" [dependencies.url] version = "2.5.0"