# 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.56" name = "authress" version = "0.1.66" authors = ["Authress Developers "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The Authress SDK for RUST - provides authorization as a service with fully compatible REST apis. Authentication / Authorization / User Identity Roles / Permissions / Policies" homepage = "https://authress.io" documentation = "https://authress.io/app/#/api" readme = "README.md" keywords = [ "authentication", "authorization", "roles", "permission-policy", "oauth-openid-saml", ] categories = [ "authentication", "api-bindings", "config", "database", "development-tools", ] license = "Apache-2.0" repository = "https://github.com/Authress/authress-sdk.rs" [lib] name = "authress" path = "src/lib.rs" [dependencies.chrono] version = "0.4.31" features = ["serde"] [dependencies.reqwest] version = "^0.11" features = [ "json", "multipart", ] [dependencies.serde] version = "^1.0" [dependencies.serde_derive] version = "^1.0" [dependencies.serde_json] version = "^1.0" [dependencies.serde_with] version = "^2.0" [dependencies.url] version = "^2.2" [dependencies.uuid] version = "^1.0" features = ["serde"]