@@ -312,12 +312,8 @@ heim = { git = "https://github.com/vectordotdev/heim.git", branch="update-nix",
312
312
mlua = { version = " 0.8.3" , default-features = false , features = [" lua54" , " send" , " vendored" ], optional = true }
313
313
314
314
[target .'cfg(windows)' .dependencies ]
315
- schannel = " 0.1.20"
316
315
windows-service = " 0.5.0"
317
316
318
- [target .'cfg(target_os = "macos")' .dependencies ]
319
- security-framework = " 2.7.0"
320
-
321
317
[target .'cfg(unix)' .dependencies ]
322
318
atty = { version = " 0.2.14" , default-features = false }
323
319
nix = { version = " 0.25.0" , default-features = false , features = [" socket" , " signal" ] }
@@ -487,18 +483,18 @@ sources-metrics = [
487
483
488
484
sources-apache_metrics = []
489
485
sources-aws_ecs_metrics = []
490
- sources-aws_kinesis_firehose = [" dep:base64" , " dep:infer" , " sources-utils-tls " ]
486
+ sources-aws_kinesis_firehose = [" dep:base64" , " dep:infer" ]
491
487
sources-aws_s3 = [" aws-core" , " dep:aws-sdk-sqs" , " dep:aws-sdk-s3" , " dep:semver" , " dep:async-compression" , " sources-aws_sqs" , " tokio-util/io" ]
492
488
sources-aws_sqs = [" aws-core" , " dep:aws-sdk-sqs" ]
493
- sources-datadog_agent = [" sources-utils-tls " , " sources-utils- http-error" , " protobuf-build" ]
489
+ sources-datadog_agent = [" sources-utils-http-error" , " protobuf-build" ]
494
490
sources-demo_logs = [" dep:fakedata" ]
495
491
sources-dnstap = [" dep:base64" , " dep:trust-dns-proto" , " dep:dnsmsg-parser" , " protobuf-build" ]
496
492
sources-docker_logs = [" docker" ]
497
493
sources-eventstoredb_metrics = []
498
494
sources-exec = []
499
495
sources-file = [" dep:file-source" ]
500
496
sources-file-descriptor = [" tokio-util/io" ]
501
- sources-fluent = [" dep:base64" , " listenfd" , " tokio-util/net" , " dep:rmpv" , " dep:rmp-serde" , " sources-utils-tcp-keepalive " , " sources-utils-tcp-socket " , " sources-utils-tls " , " dep:serde_bytes" ]
497
+ sources-fluent = [" dep:base64" , " listenfd" , " tokio-util/net" , " dep:rmpv" , " dep:rmp-serde" , " dep:serde_bytes" ]
502
498
sources-gcp_pubsub = [" gcp" , " dep:h2" , " dep:prost-types" , " protobuf-build" , " dep:tonic" ]
503
499
sources-heroku_logs = [" sources-utils-http" , " sources-utils-http-query" , " sources-http" ]
504
500
sources-host_metrics = [" dep:heim" ]
@@ -508,31 +504,28 @@ sources-internal_metrics = []
508
504
sources-journald = []
509
505
sources-kafka = [" dep:rdkafka" ]
510
506
sources-kubernetes_logs = [" dep:file-source" , " kubernetes" , " transforms-reduce" ]
511
- sources-logstash = [" listenfd" , " tokio-util/net" , " sources-utils-tcp-keepalive " , " sources-utils-tcp-socket " , " sources-utils-tls " ]
507
+ sources-logstash = [" listenfd" , " tokio-util/net" ]
512
508
sources-mongodb_metrics = [" dep:mongodb" ]
513
509
sources-nats = [" dep:nats" , " dep:nkeys" ]
514
510
sources-nginx_metrics = [" dep:nom" ]
515
511
sources-opentelemetry = [" dep:hex" , " dep:opentelemetry-proto" , " dep:prost-types" , " sources-http" , " sources-utils-http" , " sources-vector" ]
516
512
sources-postgresql_metrics = [" dep:postgres-openssl" , " dep:tokio-postgres" ]
517
513
sources-prometheus = [" dep:prometheus-parser" , " sinks-prometheus" , " sources-http" , " sources-utils-http" ]
518
514
sources-redis = [" dep:redis" ]
519
- sources-socket = [" listenfd" , " tokio-util/net" , " sources-utils-udp" , " sources-utils-tcp-keepalive " , " sources-utils-tcp-socket " , " sources-utils-tls " , " sources-utils- unix" ]
520
- sources-splunk_hec = [" sources-utils-tls " , " dep:roaring" ]
521
- sources-statsd = [" listenfd" , " sources-utils-tcp-keepalive " , " sources-utils-tcp-socket " , " sources-utils-tls " , " sources-utils- udp" , " sources-utils-unix" , " tokio-util/net" ]
515
+ sources-socket = [" listenfd" , " tokio-util/net" , " sources-utils-udp" , " sources-utils-unix" ]
516
+ sources-splunk_hec = [" dep:roaring" ]
517
+ sources-statsd = [" listenfd" , " sources-utils-udp" , " sources-utils-unix" , " tokio-util/net" ]
522
518
sources-stdin = [" tokio-util/io" ]
523
- sources-syslog = [" listenfd" , " tokio-util/net" , " sources-utils-udp" , " sources-utils-tcp-keepalive " , " sources-utils-tcp-socket " , " sources-utils-tls " , " sources-utils- unix" , " codecs/syslog" ]
524
- sources-utils-http = [" dep:snap" , " sources-utils-tls " , " sources-utils- http-auth" , " sources-utils-http-encoding" , " sources-utils-http-error" , " sources-utils-http-prelude" ]
519
+ sources-syslog = [" listenfd" , " tokio-util/net" , " sources-utils-udp" , " sources-utils-unix" , " codecs/syslog" ]
520
+ sources-utils-http = [" dep:snap" , " sources-utils-http-auth" , " sources-utils-http-encoding" , " sources-utils-http-error" , " sources-utils-http-prelude" ]
525
521
sources-utils-http-auth = [" sources-utils-http-error" ]
526
522
sources-utils-http-encoding = [" dep:snap" , " sources-utils-http-error" ]
527
523
sources-utils-http-error = []
528
- sources-utils-http-prelude = [" sources-utils-http" , " sources-utils-tls " , " sources-utils- http-auth" , " sources-utils-http-encoding" , " sources-utils-http-error" ]
524
+ sources-utils-http-prelude = [" sources-utils-http" , " sources-utils-http-auth" , " sources-utils-http-encoding" , " sources-utils-http-error" ]
529
525
sources-utils-http-query = []
530
- sources-utils-tcp-keepalive = []
531
- sources-utils-tcp-socket = []
532
- sources-utils-tls = []
533
526
sources-utils-udp = []
534
527
sources-utils-unix = []
535
- sources-vector = [" listenfd" , " sources-utils-tcp-keepalive " , " sources-utils-tcp-socket " , " sources-utils-tls " , " dep:tonic" , " protobuf-build" ]
528
+ sources-vector = [" listenfd" , " dep:tonic" , " protobuf-build" ]
536
529
537
530
# Transforms
538
531
transforms = [" transforms-logs" , " transforms-metrics" ]
@@ -669,7 +662,7 @@ sinks-nats = ["dep:nats", "dep:nkeys"]
669
662
sinks-new_relic_logs = [" sinks-http" ]
670
663
sinks-new_relic = []
671
664
sinks-papertrail = [" dep:syslog" ]
672
- sinks-prometheus = [" dep:prometheus-parser" , " dep:snap" , " sources-utils-tls " , " dep:serde_with" ]
665
+ sinks-prometheus = [" dep:prometheus-parser" , " dep:snap" , " dep:serde_with" ]
673
666
sinks-pulsar = [" dep:avro-rs" , " dep:pulsar" ]
674
667
sinks-redis = [" dep:redis" ]
675
668
sinks-sematext = [" sinks-elasticsearch" , " sinks-influxdb" ]
0 commit comments