# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.70" name = "kapacitor-multi-indicator-batch-udf" version = "0.1.1" authors = ["Niklas Gussek "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A multi-indicator batch UDF for Kapacitor" homepage = "https://github.com/suitable-name/kapacitor-udf-indicator-batch-rs" documentation = "https://docs.rs/kapacitor-multi-indicator-batch-udf" readme = "README.md" keywords = [ "kapacitor", "udf", "influxdata", "timeseries", "indicator", ] categories = [ "database", "asynchronous", "mathematics", ] license = "MIT" repository = "https://github.com/suitable-name/kapacitor-udf-indicator-batch-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [profile.bench] opt-level = 3 lto = true codegen-units = 1 debug = 0 [profile.dev] opt-level = 0 debug = 2 [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 panic = "abort" strip = true [lib] name = "kapacitor_multi_indicator_batch_udf" path = "src/lib.rs" [[bin]] name = "kapacitor-multi-indicator-batch-udf" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.async-std] version = "1.12.0" features = ["attributes"] [dependencies.async-trait] version = "0.1.81" [dependencies.byteorder] version = "1.5.0" [dependencies.clap] version = "4.5.15" features = ["derive"] [dependencies.env_logger] version = "0.11.5" [dependencies.futures] version = "0.3.30" [dependencies.futures-util] version = "0.3.30" [dependencies.kapacitor-udf] version = "0.1.0" [dependencies.libc] version = "0.2.155" [dependencies.log] version = "0.4.22" [dependencies.pin-utils] version = "0.1" [dependencies.prost] version = "0.13.1" [dependencies.serde] version = "1.0.207" features = ["derive"] [dependencies.serde_json] version = "1.0.125" [dependencies.signal-hook] version = "0.3.17" [dependencies.signal-hook-async-std] version = "0.2.2" [dependencies.structopt] version = "0.3.26" [dependencies.thiserror] version = "1.0.63" [dependencies.toml] version = "0.8.19" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-error] version = "0.2" [dependencies.tracing-subscriber] version = "0.3.18" [features] default = []