codex-threadripper 0.1.8

Human-first CLI that keeps Codex thread history aligned to one provider bucket.
# 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 = "codex-threadripper"
version = "0.1.8"
authors = ["Wangnov"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Human-first CLI that keeps Codex thread history aligned to one provider bucket."
homepage = "https://github.com/Wangnov/codex-threadripper"
documentation = "https://github.com/Wangnov/codex-threadripper#readme"
readme = "README.md"
keywords = [
    "codex",
    "cli",
    "sqlite",
    "launchd",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/Wangnov/codex-threadripper"

[package.metadata.release]
tag-name = "v{{version}}"
tag-message = "Release {{version}}"
pre-release-commit-message = "release: {{version}}"

[package.metadata.wix]
upgrade-guid = "FEF4DA9B-F44C-4321-BCC4-509C23FBEE5F"
path-guid = "6CA57CE7-FA13-425E-846B-5C991C7D1D08"
license = false
eula = false

[[bin]]
name = "codex-threadripper"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.ctrlc]
version = "3.4"

[dependencies.fs2]
version = "0.4.3"

[dependencies.notify]
version = "8.2"

[dependencies.rusqlite]
version = "0.32"
features = [
    "backup",
    "bundled",
]

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

[dependencies.tempfile]
version = "3.15"

[dependencies.toml]
version = "0.8"

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[profile.dist]
lto = "thin"
inherits = "release"