# 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 = "logto-rs" version = "0.1.0" authors = ["Caio Gomes "] description = "🦀 Logto Rust Unofficial SDKs" homepage = "https://logto.io/" readme = "README.md" keywords = [ "authentication", "authorization", "sdk", "logto", ] categories = ["api-bindings"] license = "AGPL-3.0-or-later" repository = "https://github.com/caioluis/logto-rs" [lib] path = "src/lib.rs" [dependencies.anyhow] version = "1.0.77" [dependencies.base64] version = "0.21.5" [dependencies.josekit] version = "0.8.4" [dependencies.jsonwebtoken] version = "9.2.0" [dependencies.mockito] version = "1.2.0" [dependencies.openssl] version = "0.10.62" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.23" features = ["json"] [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.sha2] version = "0.10.8" [dependencies.tokio] version = "1.35.1"