# 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 = "ones-oidc" version = "0.2.6" authors = ["Franz Geffke <m@f-a.nz>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "ONES OpenID Connect client for Rust" homepage = "https://ones-now.com/" readme = "README.md" license = "MIT" repository = "https://ones-now.com/" [lib] name = "ones_oidc" path = "src/lib.rs" [dependencies.actix-web] version = "4.4.1" [dependencies.base64] version = "0.22.1" [dependencies.chrono] version = "0.4.31" features = ["serde"] default-features = false [dependencies.jsonwebtoken] version = "9.3.0" [dependencies.log] version = "0.4.20" [dependencies.openidconnect] version = "3.5.0" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_json] version = "1.0.111" [dependencies.serde_yml] version = "0.0.12" [dependencies.simplelog] version = "0.12.1" [dependencies.thiserror] version = "2.0.9" [dependencies.tokio] version = "1.35.1" [dependencies.uuid] version = "1.6.1" features = [ "v4", "serde", ]