spire-cli 0.1.3

SpireDB command-line interface
# 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 = "spire-cli"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SpireDB command-line interface"
readme = "README.md"
keywords = [
    "database",
    "distributed",
    "cli",
]
categories = [
    "command-line-utilities",
    "database",
]
license = "AGPL-3.0-only"
repository = "https://github.com/spiredb/spiredb/"
resolver = "2"

[[bin]]
name = "spire"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.prost]
version = "0.14"

[dependencies.spire_common]
version = "0.1.3"

[dependencies.spire_proto]
version = "0.1.3"

[dependencies.tokio]
version = "1.49"
features = ["full"]

[dependencies.tonic]
version = "0.14"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"