diff --git a/Cargo.toml b/Cargo.toml index ddb6f239..8807f58f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,6 +22,7 @@ repl = ["dep:crossterm", "dep:ctrlc", "dep:rustyline"] hostname = ["dep:hostname"] tls = ["dep:native-tls"] http = ["dep:warp", "dep:reqwest"] +num = [] crypto-full = [] "rust-version-1.80" = []