qtcloud-devops-cli 0.4.1

量潮DevOps云命令行工具
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 = "2021"
name = "qtcloud-devops-cli"
version = "0.4.1"
authors = ["Guo-Zhang <zhangguo@quanttide.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "量潮DevOps云命令行工具"
readme = "README.md"
license = "MIT"
repository = "https://github.com/quanttide/qtcloud-devops"

[package.metadata.coverage]
rust-toolchain = "stable"
command = "cargo llvm-cov --all-features --lcov --output-path target/coverage/lcov.info"
skip-features = ["python"]

[features]
cli = []
default = ["cli"]
python = ["dep:pyo3"]

[lib]
name = "qtcloud_devops_cli"
crate-type = [
    "cdylib",
    "lib",
]
path = "src/lib.rs"

[[bin]]
name = "qtcloud-devops"
path = "src/main.rs"

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

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

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

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

[dependencies.git2]
version = "0.19"
features = ["vendored-libgit2"]

[dependencies.pyo3]
version = "0.23"
features = ["extension-module"]
optional = true

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.uuid]
version = "1"
features = ["v4"]

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

[profile.coverage]
debug = 1
inherits = "test"