devcat 0.1.5

A micro-version control system for your AI development loop.
# 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 = "devcat"
version = "0.1.5"
authors = ["Lucian BLETAN <neuraluc@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A micro-version control system for your AI development loop."
homepage = "https://github.com/gni/devcat"
documentation = "https://docs.rs/devcat"
readme = "README.md"
keywords = [
    "llm",
    "code",
    "ollama",
    "oss",
    "ai",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/gni/devcat"

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

[dependencies.chrono]
version = "0.4.44"
features = ["serde"]

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

[dependencies.env_logger]
version = "0.11.10"

[dependencies.globset]
version = "0.4.18"

[dependencies.humantime]
version = "2.3.0"

[dependencies.ignore]
version = "0.4.25"

[dependencies.log]
version = "0.4.29"

[dependencies.notify]
version = "8.2.0"

[dependencies.regex]
version = "1.12.3"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sha2]
version = "0.10.9"

[dependencies.similar]
version = "2.7.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.toml]
version = "0.9.12"

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
strip = true