ritalin 0.3.1

Executive function for AI coding agents. Focus their intelligence, ground their work, stop the avoidable mistakes.
# 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.85"
name = "ritalin"
version = "0.3.1"
authors = ["199 Biotechnologies"]
build = false
exclude = [
    "bench/arc-agi-3/",
    "environment_files/",
    "notebooklm-assets/",
    ".claude/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Executive function for AI coding agents. Focus their intelligence, ground their work, stop the avoidable mistakes."
homepage = "https://github.com/paperfoot/ritalin-cli"
documentation = "https://github.com/paperfoot/ritalin-cli"
readme = "README.md"
keywords = [
    "ai",
    "agent",
    "claude",
    "cli",
    "verification",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/paperfoot/ritalin-cli"

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

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

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

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

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

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

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

[dependencies.comfy-table]
version = "7"

[dependencies.directories]
version = "6"

[dependencies.hex]
version = "0.4"

[dependencies.owo-colors]
version = "4"

[dependencies.self_update]
version = "0.42"
features = [
    "archive-tar",
    "compression-flate2",
    "rustls",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.8"

[dev-dependencies.assert_cmd]
version = "2"

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

[dev-dependencies.proptest]
version = "1"

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

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
strip = true