From 374d018e8de58300d5241cc728027cc74fe84eb1 Mon Sep 17 00:00:00 2001 From: Pablo Sichert Date: Fri, 19 Feb 2021 14:46:33 +0100 Subject: [PATCH] Use all default features in VRL tests Signed-off-by: Pablo Sichert --- lib/vrl/tests/Cargo.toml | 79 ---------------------------------------- 1 file changed, 79 deletions(-) diff --git a/lib/vrl/tests/Cargo.toml b/lib/vrl/tests/Cargo.toml index 44064282599bd..2f3ce51f31a48 100644 --- a/lib/vrl/tests/Cargo.toml +++ b/lib/vrl/tests/Cargo.toml @@ -20,82 +20,3 @@ structopt = { version = "0.3", default-features = false } [dependencies.stdlib] package = "vrl-stdlib" path = "../stdlib" -default-features = false -features = [ - "append", - "array", - "assert", - "boolean", - "ceil", - "compact", - "contains", - "decode_base64", - "del", - "downcase", - "encode_base64", - "encode_json", - "ends_with", - "exists", - "flatten", - "float", - "floor", - "format_number", - "format_timestamp", - "get_env_var", - "get_hostname", - "includes", - "integer", - "ip_cidr_contains", - "ip_subnet", - "ip_to_ipv6", - "ipv6_to_ipv4", - "is_nullish", - "join", - "length", - "log", - "match", - "md5", - "merge", - "now", - "object", - "parse_aws_alb_log", - "parse_aws_cloudwatch_log_subscription_message", - "parse_aws_vpc_flow_log", - "parse_common_log", - "parse_duration", - "parse_glog", - "parse_grok", - "parse_json", - "parse_key_value", - "parse_regex_all", - "parse_regex", - "parse_syslog", - "parse_timestamp", - "parse_tokens", - "parse_url", - "push", - "replace", - "round", - "sha1", - "sha2", - "sha3", - "slice", - "split", - "starts_with", - "string", - "strip_ansi_escape_codes", - "strip_whitespace", - "timestamp", - "to_bool", - "to_float", - "to_int", - "to_string", - "to_syslog_facility", - "to_syslog_level", - "to_syslog_severity", - "to_timestamp", - "to_unix_timestamp", - "truncate", - "upcase", - "uuid_v4", -]