quanttide-devops 0.1.5

QuantTide DevOps toolkit — 契约驱动的 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 = "2024"
name = "quanttide-devops"
version = "0.1.5"
authors = ["QuantTide <opensource@quanttide.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "QuantTide DevOps toolkit — 契约驱动的 DevOps 治理工具库"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/quanttide/quanttide-devops-toolkit"

[features]
clap = ["dep:clap"]
default = []

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

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

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

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

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

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

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

[dependencies.parse-changelog]
version = "0.6"
default-features = false

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

[dependencies.serde_yaml]
version = "0.9"

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