[package]
edition = "2024"
rust-version = "1.85"
name = "panproto-cli"
version = "0.27.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Schematic version control CLI for panproto"
homepage = "https://github.com/panproto/panproto"
readme = "README.md"
license = "MIT"
repository = "https://github.com/panproto/panproto"
[package.metadata.dist]
dist = true
[[bin]]
name = "schema"
path = "src/main.rs"
[[test]]
name = "cli_workflows"
path = "tests/cli_workflows.rs"
[dependencies.blake3]
version = "1"
[dependencies.clap]
version = "4.5.60"
features = ["derive"]
[dependencies.git2]
version = "0.20"
features = [
"vendored-libgit2",
"vendored-openssl",
]
[dependencies.miette]
version = "7.6.0"
features = ["fancy"]
[dependencies.panproto-core]
version = "0.27.3"
[dependencies.panproto-expr]
version = "0.27.3"
[dependencies.panproto-expr-parser]
version = "0.27.3"
[dependencies.panproto-git]
version = "0.27.3"
[dependencies.panproto-lens-dsl]
version = "0.27.3"
[dependencies.panproto-llvm]
version = "0.27.3"
default-features = false
[dependencies.panproto-parse]
version = "0.27.3"
[dependencies.panproto-project]
version = "0.27.3"
[dependencies.panproto-theory-dsl]
version = "0.27.3"
[dependencies.panproto-vcs]
version = "0.27.3"
[dependencies.panproto-xrpc]
version = "0.27.3"
[dependencies.rustc-hash]
version = "2.1.1"
[dependencies.serde]
version = "1.0.228"
features = [
"derive",
"rc",
]
[dependencies.serde_json]
version = "1.0.149"
[dependencies.smallvec]
version = "2.0.0-alpha.12"
features = ["serde"]
[dependencies.tokio]
version = "1"
features = ["rt-multi-thread"]
[dev-dependencies.assert_cmd]
version = "2"
[dev-dependencies.panproto-core]
version = "0.27.3"
[dev-dependencies.predicates]
version = "3"
[dev-dependencies.serde_json]
version = "1.0.149"
[dev-dependencies.tempfile]
version = "3"
[lints.clippy]
expect_used = "warn"
unwrap_used = "deny"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.clippy.nursery]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
missing_docs = "warn"
unsafe_code = "deny"