# 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.17" authors = ["Nathan Jaremko "] build = "bindings.rs" description = "A SAML2 library for Rust" readme = "README.md" keywords = [ "saml", "saml2", "xml", "sso", ] categories = ["authentication"] license = "MIT" repository = "https://github.com/njaremko/samael" [lib] crate-type = [ "staticlib", "rlib", ] doctest = false [dependencies.base64] version = "^0.22.0" [dependencies.chrono] version = "^0.4.0" features = ["serde"] [dependencies.data-encoding] version = "2.2.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.1" 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.33.0" features = ["serialize"] [dependencies.rand] version = "^0.8.4" [dependencies.serde] version = "^1.0.0" features = ["derive"] [dependencies.thiserror] version = "^1.0.40" [dependencies.url] version = "^2.1.1" [dependencies.uuid] version = "^1.3.0" features = ["v4"] [build-dependencies.bindgen] version = "^0.69.1" [build-dependencies.pkg-config] version = "^0.3.17" [features] xmlsec = [ "libc", "lazy_static", "libxml", ]