diff --git a/Cargo.toml b/Cargo.toml index e887d9c..8bb3c57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,10 @@ readme = "README.md" repository = "https://github.com/rust-netlink/netlink-sys" description = "netlink sockets, with optional integration with tokio" +[package.metadata.docs.rs] +all-features = true +rustdoc-args = ["--generate-link-to-definition"] + [dependencies] bytes = "1.8" libc = "0.2.164"