expri 0.1.4

Repo-local remote experiment workflow tools
# 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 = "expri"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Repo-local remote experiment workflow tools"
readme = "README.md"
license = "MIT"
repository = "https://github.com/agentic-rs/expri"

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

[dependencies.chrono]
version = "0.4.45"
features = ["clock"]
default-features = false

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

[dependencies.globset]
version = "0.4.18"

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.sha2]
version = "0.11.0"

[dependencies.tempfile]
version = "3.27.0"

[dependencies.toml]
version = "1.1.2"

[dependencies.zip]
version = "8.6.0"
features = ["deflate"]
default-features = false