Cargo Features

[dependencies]
samael = { version = "0.0.19", default-features = false, features = ["xmlsec"] }
default = xmlsec

The xmlsec feature is set by default whenever samael is added without default-features = false somewhere in the dependency tree.

xmlsec default = lazy_static, libc, libxml

Affects crypto::sign_xml, crypto::verify_signed_xml, crypto::remove_signature_verified_attributes, samael::idp, samael::service_provider, samael::init

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

libxml xmlsec

Enables libxml =0.3.3

libc xmlsec
lazy_static xmlsec