Cargo Features

Samael has no features set by default.

[dependencies]
samael = { version = "0.0.15", features = ["xmlsec"] }
xmlsec = 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.

lazy_static xmlsec?
libc xmlsec?
libxml xmlsec?