# 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-udf" version = "0.1.0" authors = ["Niklas Gussek "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for creating Kapacitor User Defined Functions (UDFs)" homepage = "https://github.com/niklasgusek/kapacitor-udf-rs" documentation = "https://docs.rs/kapacitor-udf" readme = "README.md" keywords = [ "kapacitor", "udf", "influxdata", "timeseries", "streaming", ] categories = [ "database", "asynchronous", ] license = "MIT" repository = "https://github.com/niklasgusek/kapacitor-udf-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_udf" crate-type = ["lib"] path = "src/lib.rs" [dependencies.async-std] version = "1.12.0" features = ["attributes"] [dependencies.async-trait] version = "0.1.81" [dependencies.byteorder] version = "1.5.0" [dependencies.futures] version = "0.3.30" [dependencies.futures-util] version = "0.3.30" [dependencies.log] version = "0.4.22" [dependencies.pin-utils] version = "0.1" [dependencies.prost] version = "0.13.1" [dependencies.prost-derive] version = "0.13.1" [dependencies.signal-hook] version = "0.3.17" [dependencies.signal-hook-async-std] version = "0.2.2" [dependencies.tonic] version = "0.12.1" [dependencies.tracing] version = "0.1.40" [dev-dependencies.env_logger] version = "0.11.5" [build-dependencies.prost-build] version = "0.13.1" [build-dependencies.tonic-build] version = "0.12.1" [features] default = []