influxdb3-plugin-cli 0.5.0

InfluxDB 3 author-side CLI for templating, validating, and packaging InfluxDB 3 plugins.
Documentation
# 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 = "2024"
rust-version = "1.94"
name = "influxdb3-plugin-cli"
version = "0.5.0"
authors = ["InfluxData Developers"]
build = "build.rs"
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "InfluxDB 3 author-side CLI for templating, validating, and packaging InfluxDB 3 plugins."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/influxdata/influxdb3-plugin-sdk"

[lib]
name = "influxdb3_plugin_cli"
path = "src/lib.rs"

[[bin]]
name = "influxdb3-plugin"
path = "src/main.rs"

[[example]]
name = "embedding_host"
path = "examples/embedding_host.rs"

[[test]]
name = "color_smoke"
path = "tests/color_smoke.rs"

[[test]]
name = "cross_cutting"
path = "tests/cross_cutting.rs"

[[test]]
name = "exit_classification"
path = "tests/exit_classification.rs"

[[test]]
name = "index_smoke"
path = "tests/index_smoke.rs"

[[test]]
name = "new_smoke"
path = "tests/new_smoke.rs"

[[test]]
name = "package_failure_reporting"
path = "tests/package_failure_reporting.rs"

[[test]]
name = "package_smoke"
path = "tests/package_smoke.rs"

[[test]]
name = "validate_smoke"
path = "tests/validate_smoke.rs"

[[test]]
name = "validate_stderr_discipline"
path = "tests/validate_stderr_discipline.rs"

[[test]]
name = "version_smoke"
path = "tests/version_smoke.rs"

[[test]]
name = "yank_smoke"
path = "tests/yank_smoke.rs"

[dependencies.anstyle]
version = "1"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4.5.47"
features = [
    "derive",
    "env",
]

[dependencies.influxdb3-plugin-schemas]
version = "0.3.0"

[dependencies.influxdb3-plugin-sdk]
version = "0.4.0"

[dependencies.semver]
version = "1"
features = ["serde"]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
]
default-features = false

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.flate2]
version = "1"
features = ["rust_backend"]
default-features = false

[dev-dependencies.insta]
version = "1.46"
features = [
    "json",
    "toml",
    "yaml",
]

[dev-dependencies.pep508_rs]
version = "0.9"

[dev-dependencies.predicates]
version = "3"

[dev-dependencies.rstest]
version = "0.26"

[dev-dependencies.tar]
version = "0.4"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.toml]
version = "0.8"

[dev-dependencies.url]
version = "2"
features = ["serde"]

[build-dependencies.serde_json]
version = "1"

[lints.clippy]
clone_on_ref_ptr = "deny"
dbg_macro = "deny"
todo = "deny"

[lints.rust]
missing_copy_implementations = "deny"
missing_debug_implementations = "deny"
unreachable_pub = "deny"
unused_crate_dependencies = "deny"

[lints.rust.rust_2018_idioms]
level = "deny"
priority = -1

[lints.rustdoc]
bare_urls = "deny"
broken_intra_doc_links = "deny"