saml-mdq 0.1.0

A Rust client for the SAML Metadata Query (MDQ) Protocol (IETF draft-young-md-query-saml)
# 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 = "2024"
name = "saml-mdq"
version = "0.1.0"
authors = ["Anish Pallati"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust client for the SAML Metadata Query (MDQ) Protocol (IETF draft-young-md-query-saml)"
readme = "README.md"
keywords = [
    "saml",
    "mdq",
    "metadata",
    "incommon",
    "federation",
]
categories = [
    "authentication",
    "web-programming::http-client",
]
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/anish/saml-mdq"

[lib]
name = "saml_mdq"
path = "src/lib.rs"

[[example]]
name = "incommon"
path = "examples/incommon.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.hex]
version = "0.4.3"

[dependencies.moka]
version = "0.12.13"
features = ["future"]

[dependencies.reqwest]
version = "0.13.2"

[dependencies.samael]
version = "0.0.20"
features = ["xmlsec"]

[dependencies.sha1]
version = "0.10.6"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.url]
version = "2.5.8"

[dev-dependencies.tokio]
version = "1.49.0"
features = ["full"]