# 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 = "libhimmelblau" version = "0.2.6" authors = ["David Mulder "] description = "Samba Library for Azure Entra ID Authentication" readme = "README.md" license = "LGPL-3.0-or-later" repository = "https://gitlab.com/samba-team/libhimmelblau" [lib] name = "msal" crate-type = [ "rlib", "cdylib", ] path = "src/lib.rs" [dependencies.base64] version = "^0.22.0" [dependencies.compact_jwt] version = "0.4.0-dev" optional = true [dependencies.hostname] version = "^0.4.0" [dependencies.kanidm-hsm-crypto] version = "^0.2.0" optional = true [dependencies.openssl] version = "^0.10.55" [dependencies.os-release] version = "^0.1.0" [dependencies.regex] version = "^1.10.3" [dependencies.reqwest] version = "^0.12.2" features = [ "json", "cookies", ] [dependencies.scraper] version = "0.19.0" [dependencies.serde] version = "^1.0.180" features = ["derive"] [dependencies.serde_json] version = "^1.0.96" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.tracing] version = "^0.1.37" [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.urlencoding] version = "2.1.3" [dependencies.uuid] version = "^1.4.1" features = [ "v4", "serde", ] [dependencies.zeroize] version = "^1.7.0" features = ["zeroize_derive"] [build-dependencies.cbindgen] version = "0.26.0" [features] broker = [ "dep:compact_jwt", "compact_jwt/msextensions", "dep:kanidm-hsm-crypto", "compact_jwt/hsm-crypto", "kanidm-hsm-crypto/msextensions", ] default = ["broker"] tpm = [ "broker", "kanidm-hsm-crypto/tpm", ]