# 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 = "light-openid" version = "1.0.2" authors = ["Pierre HUBERT "] description = "Lightweight OpenID primitives & client" readme = "README.md" license = "GPL-2.0-or-later" repository = "https://gitea.communiquons.org/pierre/light-openid" [dependencies.aes-gcm] version = "0.10.3" optional = true [dependencies.base64] version = "0.22.0" [dependencies.bincode] version = "2.0.0-rc.3" optional = true [dependencies.log] version = "0.4.21" [dependencies.rand] version = "0.8.5" optional = true [dependencies.reqwest] version = "0.12.2" features = ["json"] [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.115" [dependencies.urlencoding] version = "2.1.3" [features] crypto-wrapper = [ "bincode", "aes-gcm", "rand", ]