samael 0.0.20

A SAML2 library for Rust
# 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 = "samael"
version = "0.0.20"
authors = ["Nathan Jaremko <nathan@jaremko.ca>"]
build = "bindings.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A SAML2 library for Rust"
readme = "README.md"
keywords = [
    "saml",
    "saml2",
    "xml",
    "sso",
]
categories = ["authentication"]
license = "MIT"
repository = "https://github.com/njaremko/samael"

[features]
default = ["xmlsec"]
xmlsec = [
    "libc",
    "lazy_static",
    "libxml",
]

[lib]
name = "samael"
crate-type = [
    "staticlib",
    "rlib",
]
path = "src/lib.rs"
doctest = false

[dependencies.base64]
version = "^0.22.0"

[dependencies.chrono]
version = "^0.4.0"
features = ["serde"]

[dependencies.data-encoding]
version = "2.9.0"

[dependencies.derive_builder]
version = "^0.20.0"

[dependencies.flate2]
version = "^1.0.0"

[dependencies.lazy_static]
version = "^1.4.0"
optional = true

[dependencies.libc]
version = "^0.2.66"
optional = true

[dependencies.libxml]
version = "=0.3.3"
optional = true

[dependencies.openssl]
version = "^0.10.0"

[dependencies.openssl-probe]
version = "^0.1.2"

[dependencies.openssl-sys]
version = "^0.9.0"

[dependencies.quick-xml]
version = "^0.37.2"
features = ["serialize"]

[dependencies.rand]
version = "^0.9.0"

[dependencies.serde]
version = "^1.0.0"
features = ["derive"]

[dependencies.thiserror]
version = "^2.0.11"

[dependencies.url]
version = "^2.1.1"

[dependencies.uuid]
version = "^1.3.0"
features = ["v4"]

[build-dependencies.bindgen]
version = "^0.72.1"

[build-dependencies.pkg-config]
version = "^0.3.17"