# 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 = "dpop" version = "0.1.1" description = "An implementation of DPoP for rust." license = "MIT OR Apache-2.0" repository = "https://github.com/manomayam/manas" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "doc_cfg", ] [dependencies.base64] version = "0.21.2" [dependencies.bytes] version = "1.4.0" optional = true [dependencies.canonical_json] version = "0.5.0" [dependencies.frunk_core] version = "0.4.2" [dependencies.gdp_rs] version = "0.1.1" features = ["serde"] [dependencies.headers] version = "0.3.8" optional = true [dependencies.http] version = "0.2.9" [dependencies.http-serde] version = "1.1.2" [dependencies.http_uri] version = "1.0.1" features = ["serde"] [dependencies.itertools] version = "0.11.0" optional = true [dependencies.once_cell] version = "1.18.0" [dependencies.picky] version = "7.0.0-rc.8" features = ["jose"] default-features = false [dependencies.regex] version = "1.9.0" [dependencies.serde] version = "1.0.166" features = ["derive"] [dependencies.serde_json] version = "1.0.100" [dependencies.thiserror] version = "1.0.41" [dependencies.uuid] version = "1.4.0" features = ["v4"] [dev-dependencies.claims] version = "0.7.1" [dev-dependencies.rstest] version = "0.18.1" [features] http-header = [ "dep:headers", "dep:bytes", "dep:itertools", ] unsafe-optional-ath-claim = []