diff --git a/Cargo.toml b/Cargo.toml index 1846b19..a1e2661 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/yanet-platform/netip" documentation = "https://docs.rs/netip" readme = "README.md" keywords = ["ip", "ipv4", "ipv6", "cidr", "subnet"] -categories = ["network-programming", "data-structures"] +categories = ["network-programming", "data-structures", "no-std", "no-std::no-alloc"] exclude = ["book/", ".github/"] [dependencies]