burn-central-cli 0.4.0

Burn Central CLI
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.87.0"
name = "burn-central-cli"
version = "0.4.0"
authors = ["Tracel Technologies Inc."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Burn Central CLI"
readme = "README.md"
keywords = [
    "tracel",
    "burn-central",
    "burn",
    "cli",
]
categories = [
    "command-line-interface",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tracel-ai/burn-central-cli"
resolver = "2"

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

[[bin]]
name = "burn"
path = "src/bin/burn.rs"

[dependencies.anyhow]
version = "1.0.98"

[dependencies.burn-central-client]
version = "0.4.0"

[dependencies.burn-central-workspace]
version = "0.4.0"

[dependencies.clap]
version = "4.5.39"
features = [
    "derive",
    "cargo",
]

[dependencies.cliclack]
version = "0.3.6"

[dependencies.colored]
version = "3.0.0"

[dependencies.console]
version = "0.15.8"

[dependencies.ctrlc]
version = "3.5.1"

[dependencies.directories]
version = "5.0"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.serde]
version = "1.0.224"
features = ["derive"]
default-features = false

[dependencies.serde_json]
version = "1.0.140"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.url]
version = "2.5.4"