[package] name = "vector-vrl-functions" version = "0.1.0" authors = ["Vector Contributors "] edition = "2024" publish = false license = "MPL-2.0" [dependencies] indoc.workspace = true vrl.workspace = true enrichment = { path = "../enrichment" } dnstap-parser = { path = "../dnstap-parser", optional = true } vector-vrl-metrics = { path = "../metrics", optional = true } vector-vrl-category.workspace = true [features] default = ["dnstap", "vrl-metrics"] dnstap = ["dep:dnstap-parser"] vrl-metrics = ["dep:vector-vrl-metrics"]