# 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 = "diridp" version = "0.1.1" description = "OIDC IdP that issues tokens as local files" license = "MIT" repository = "https://github.com/stephank/diridp" resolver = "2" [profile.release] overflow-checks = true [dependencies.anyhow] version = "1.0.57" [dependencies.base64] version = "0.13.0" [dependencies.clap] version = "3.1.18" features = ["derive"] [dependencies.digest] version = "0.10.3" [dependencies.notify] version = "5.0.0-pre.15" [dependencies.rand] version = "0.8.5" [dependencies.rsa] version = "0.6.1" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.81" [dependencies.serde_yaml] version = "0.8.24" [dependencies.sha2] version = "0.10.2"