diff --git a/xso/Cargo.toml b/xso/Cargo.toml index 3653f10e..50f12983 100644 --- a/xso/Cargo.toml +++ b/xso/Cargo.toml @@ -28,3 +28,7 @@ base64 = { version = "0.22", optional = true } macros = [ "dep:xso_proc" ] minidom = [ "xso_proc/minidom"] panicking-into-impl = ["xso_proc/panicking-into-impl"] + +[package.metadata.docs.rs] +all-features = true +rustdoc-args = ["--cfg", "docsrs"]