diff --git a/Cargo.toml b/Cargo.toml
index ab6a3ab0..c436264d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@ static_assertions = "1.1.0"
 libc = "0.2.100"
 
 [package.metadata.docs.rs]
-features = ["default", "ioctl", "netlink", "io_uring", "if_ether", "net", "prctl", "elf", "xdp", "mempolicy", "system"]
+features = ["default", "ioctl", "netlink", "io_uring", "if_ether", "if_packet", "net", "prctl", "elf", "xdp", "mempolicy", "system"]
 targets = ["x86_64-unknown-linux-gnu", "i686-unknown-linux-gnu"]
 
 # The rest of this file is auto-generated!