forkctl 0.0.3

Control audited StGit downstream patch stacks
# 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.97"
name = "forkctl"
version = "0.0.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Control audited StGit downstream patch stacks"
homepage = "https://github.com/victor-software-house/forkctl"
readme = "README.md"
keywords = [
    "git",
    "stgit",
    "fork",
    "patches",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/victor-software-house/forkctl"

[[bin]]
name = "forkctl"
path = "src/main.rs"

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

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

[dependencies.anyhow]
version = "=1.0.104"

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

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

[dependencies.serde_json]
version = "=1.0.151"

[dependencies.tempfile]
version = "=3.27.0"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.rust]
unsafe_code = "forbid"

[profile.release]
lto = "thin"
codegen-units = 1
panic = "abort"
strip = "symbols"