create-grafana-plugin 0.2.2

CLI tool to scaffold production-ready Grafana plugin projects
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"
name = "create-grafana-plugin"
version = "0.2.2"
authors = ["andeya <andeyalee@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool to scaffold production-ready Grafana plugin projects"
readme = "README.md"
license = "MIT"
repository = "https://github.com/andeya/create-grafana-plugin"
resolver = "2"

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.colored]
version = "2"

[dependencies.dialoguer]
version = "0.11"
features = ["fuzzy-select"]

[dependencies.include_dir]
version = "0.7.4"

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

[dependencies.serde_json]
version = "1"

[dependencies.similar]
version = "2"

[dependencies.tera]
version = "1"

[dependencies.toml]
version = "0.8"

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

[lints.clippy]
missing_docs_in_private_items = "allow"
must_use_candidate = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1