gamlastan 0.4.1

SAML 2.0 library - types, XML, crypto, metadata, bindings, security, profiles
Documentation
# 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"
rust-version = "1.75"
name = "gamlastan"
version = "0.4.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SAML 2.0 library - types, XML, crypto, metadata, bindings, security, profiles"
homepage = "https://github.com/kushaldas/gamlastan"
readme = "README.md"
keywords = [
    "saml",
    "saml2",
    "sso",
    "identity",
    "xml-security",
]
categories = [
    "authentication",
    "web-programming",
]
license = "BSD-2-Clause"
repository = "https://github.com/kushaldas/gamlastan"

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

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

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

[dependencies.base64]
version = "0.22"

[dependencies.bergshamra]
version = "0.5.1"

[dependencies.bergshamra-c14n]
version = "0.5.1"

[dependencies.bergshamra-core]
version = "0.5.1"

[dependencies.bergshamra-crypto]
version = "0.5.1"

[dependencies.bergshamra-dsig]
version = "0.5.1"

[dependencies.bergshamra-enc]
version = "0.5.1"

[dependencies.bergshamra-keys]
version = "0.5.1"

[dependencies.bytes]
version = "1"

[dependencies.chrono]
version = "0.4"
features = [
    "std",
    "clock",
]
default-features = false

[dependencies.flate2]
version = "1"

[dependencies.kryptering]
version = "0.3"

[dependencies.rand]
version = "0.8"

[dependencies.regex]
version = "1.12.4"

[dependencies.thiserror]
version = "2"

[dependencies.uppsala]
version = "0.4.0"