# 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 = "casdoor-rust-sdk" version = "1.3.0" description = "Rust client SDK for Casdoor" homepage = "https://casdoor.org" readme = "README.md" keywords = [ "iam", "auth", "sso", "oidc", "casdoor", ] license = "Apache-2.0" repository = "https://github.com/casdoor/casdoor-rust-sdk" [dependencies.http] version = "0.2" [dependencies.jsonwebtoken] version = "8" [dependencies.oauth2] version = "4.1" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.5.9" [dependencies.urlencoding] version = "2.1.0" [dev-dependencies.hyper] version = "0.14.19" features = ["server"] [dev-dependencies.iron] version = "0.6.1" [dev-dependencies.router] version = "0.6.0" [dev-dependencies.url] version = "2.2.2" [dev-dependencies.urlencoding] version = "2.1.0"