volo-cli 0.12.1

volo-cli is the command line interface for volo, which provides the ability to generate default project layout and manage the idls used.
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.85.0"
name = "volo-cli"
version = "0.12.1"
authors = ["Volo Team <volo@cloudwego.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
volo-cli is the command line interface for volo, which provides
the ability to generate default project layout and manage the
idls used.
"""
homepage = "https://www.cloudwego.io/docs/volo/"
documentation = "https://docs.rs/volo-cli"
readme = "README.md"
keywords = [
    "thrift",
    "grpc",
    "protobuf",
    "volo",
    "cli",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/cloudwego/volo"

[badges.maintenance]
status = "actively-developed"

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.colored]
version = "3"

[dependencies.faststr]
version = "0.2.21"
features = ["serde"]

[dependencies.heck]
version = "0.5"

[dependencies.itertools]
version = "0.14"

[dependencies.log]
version = "0.4"

[dependencies.normpath]
version = "1"

[dependencies.pilota-thrift-parser]
version = "0.13"

[dependencies.pretty_env_logger]
version = "0.5"

[dependencies.regex]
version = "1"

[dependencies.run_script]
version = "0.11"

[dependencies.same-file]
version = "1"

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

[dependencies.serde_yaml]
version = "0.9"

[dependencies.update-informer]
version = "1"

[dependencies.volo-build]
version = "0.12"