[package]
edition = "2024"
name = "cursus"
version = "0.9.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library crate for the cursus release management CLI"
homepage = "https://zantarix.github.io/cursus/"
documentation = "https://zantarix.github.io/cursus/"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/zantarix/cursus"
[features]
test-support = []
[lib]
name = "cursus"
path = "src/lib.rs"
[[test]]
name = "change"
path = "tests/change.rs"
[[test]]
name = "change_auto"
path = "tests/change_auto.rs"
[[test]]
name = "ci"
path = "tests/ci.rs"
[[test]]
name = "cli_flags"
path = "tests/cli_flags.rs"
[[test]]
name = "github_http"
path = "tests/github_http.rs"
[[test]]
name = "gitlab_http"
path = "tests/gitlab_http.rs"
[[test]]
name = "ignore"
path = "tests/ignore.rs"
[[test]]
name = "init"
path = "tests/init.rs"
[[test]]
name = "prepare"
path = "tests/prepare.rs"
[[test]]
name = "prepare_dependency_propagation"
path = "tests/prepare_dependency_propagation.rs"
[[test]]
name = "prepare_git"
path = "tests/prepare_git.rs"
[[test]]
name = "prepare_linked"
path = "tests/prepare_linked.rs"
[[test]]
name = "publish"
path = "tests/publish.rs"
[[test]]
name = "publish_git"
path = "tests/publish_git.rs"
[[test]]
name = "publish_github"
path = "tests/publish_github.rs"
[[test]]
name = "unicode"
path = "tests/unicode.rs"
[[test]]
name = "verify"
path = "tests/verify.rs"
[dependencies.anyhow]
version = "1.0.102"
[dependencies.async-trait]
version = "0.1.89"
[dependencies.chrono]
version = "0.4.44"
features = ["now"]
default-features = false
[dependencies.clap]
version = "4.6.0"
features = ["derive"]
[dependencies.crossterm]
version = "0.29.0"
[dependencies.fluent-templates]
version = "0.14.0"
[dependencies.gitlab]
version = "~0.1900"
[dependencies.glob]
version = "0.3.3"
[dependencies.jsonc-parser]
version = "0.32.1"
features = ["cst"]
[dependencies.log]
version = "0.4.29"
[dependencies.mutants]
version = "0.0.4"
[dependencies.octocrab]
version = "0.51.0"
features = [
"follow-redirect",
"retry",
"rustls",
"timeout",
"tracing",
"default-client",
"rustls-aws-lc-rs",
"jwt-rust-crypto",
]
default-features = false
[dependencies.percent-encoding]
version = "2.3.2"
[dependencies.petname]
version = "3.0.0"
features = [
"default-rng",
"default-words",
]
default-features = false
[dependencies.ratatui]
version = "0.30.0"
features = ["unstable-rendered-line-info"]
[dependencies.ratatui-textarea]
version = "0.9.0"
[dependencies.semver]
version = "1.0.27"
[dependencies.serde]
version = "1.0.228"
features = ["derive"]
[dependencies.serde-saphyr]
version = "0.0.27"
[dependencies.serde_json]
version = "1.0.149"
[dependencies.shell-escape]
version = "0.1.5"
[dependencies.sys-locale]
version = "0.3.2"
[dependencies.tokio]
version = "1.52.2"
features = [
"process",
"rt",
"fs",
]
default-features = false
[dependencies.toml]
version = "1.0.6"
[dependencies.toml_edit]
version = "0.25.4"
[dependencies.unic-langid]
version = "0.9.6"
[dev-dependencies.httpmock]
version = "=0.8.3"
[dev-dependencies.insta]
version = "=1.47.2"
[dev-dependencies.tempfile]
version = "=3.27.0"
[dev-dependencies.tokio]
version = "=1.52.3"
features = [
"rt-multi-thread",
"macros",
]
[lints.clippy]
excessive_nesting = "warn"
too_many_lines = "warn"
[lints.rust]
unreachable_pub = "warn"
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
"cfg(coverage)",
"cfg(coverage_nightly)",
]