runcard 0.1.1

An append-only record of every run: samples, evals, checkpoints, params, tags and aliases over one eventsdb log, with a Teal policy layer and a CLI.
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"
name = "runcard"
version = "0.1.1"
authors = ["Yutaka Nishimura"]
build = false
exclude = [
    "mlua-pkg.toml",
    "mlua-pkg.lock",
    "patches/htlx/htl.toml",
    "patches/htlx/mlua-pkg.toml",
    "patches/htlx/README.md",
    "patches/htlx/.github/**",
    "patches/htlx/.gitignore",
    "patches/htlx/tests/**",
    "e2e/**",
    "tools/**",
    "justfile",
    "workspace/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An append-only record of every run: samples, evals, checkpoints, params, tags and aliases over one eventsdb log, with a Teal policy layer and a CLI."
homepage = "https://github.com/ynishi/cardbox"
readme = "README.md"
keywords = [
    "event-sourcing",
    "experiment-tracking",
    "sqlite",
    "lua",
    "teal",
]
categories = [
    "command-line-utilities",
    "database",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ynishi/cardbox"

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

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

[dependencies.anyhow]
version = "1"

[dependencies.eventsdb]
version = "0.5.0"
features = ["sqlite"]

[dependencies.hex]
version = "0.4"

[dependencies.htl]
version = "0.5.1"

[dependencies.mlua-batteries]
version = "0.7.2"

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "time",
]

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

[profile.dev.build-override]
opt-level = 3