influxdb3-plugin-sdk 0.6.0

Author-side packaging library for 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-sdk"
version = "0.6.0"
authors = ["InfluxData Developers"]
build = "build.rs"
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Author-side packaging library for InfluxDB 3 plugins."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/influxdata/influxdb3-plugin-sdk"

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

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

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

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

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

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

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

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

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

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

[dependencies.ignore]
version = "0.4"

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

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

[dependencies.sha2]
version = "0.10"

[dependencies.tar]
version = "0.4"

[dependencies.thiserror]
version = "2"

[dependencies.tree-sitter]
version = "0.26"

[dependencies.tree-sitter-python]
version = "0.25"

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

[dependencies.walkdir]
version = "2"

[dev-dependencies.filetime]
version = "0.2"

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

[dev-dependencies.pretty_assertions]
version = "1.4"

[dev-dependencies.proptest]
version = "1"
features = ["std"]
default-features = false

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

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

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

[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"