diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index c2e1444..08f8e2f 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -11,7 +11,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] -default = ["packet_capture", "bson", "json", "xml", "browser"] +default = ["json", "bson", "xml", "browser"] # Tools packet_capture = ["gamedig/packet_capture"]