okr 0.1.7

Reproducible R source context for coding agents
Documentation
# 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.88"
name = "okr"
version = "0.1.7"
authors = ["Nan Xiao <me@nanx.me>"]
build = false
exclude = [
    "AGENTS.md",
    "SPEC.md",
    "vendor/",
    "pyproject.toml",
    "uv.lock",
    ".python-version",
    "site/",
    "docs/",
    "zensical.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reproducible R source context for coding agents"
documentation = "https://nanx.me/okr/"
readme = "README.md"
keywords = [
    "r",
    "reproducibility",
    "vendoring",
    "ai",
    "agents",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/nanxstats/okr"

[lib]
name = "okr"
path = "src/lib.rs"

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

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

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

[dependencies.anyhow]
version = "1.0.104"

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

[dependencies.flate2]
version = "1.1.9"

[dependencies.globset]
version = "0.4.20"

[dependencies.indicatif]
version = "0.18.6"

[dependencies.reqwest]
version = "0.13.4"
features = [
    "blocking",
    "json",
    "rustls",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.151"

[dependencies.sha2]
version = "0.11.0"

[dependencies.tar]
version = "0.4.46"

[dependencies.tempfile]
version = "3.27.0"

[dependencies.thiserror]
version = "2.0.20"

[dependencies.toml]
version = "1.1.4"

[dependencies.toml_edit]
version = "0.25.13"

[dependencies.walkdir]
version = "2.5.0"

[dependencies.xshell]
version = "0.2.7"

[dependencies.zstd]
version = "0.13.3"

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

[dev-dependencies.insta]
version = "1.48.0"

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