galdr 0.17.0

Record & Replay for agent skills — capture a session's tool calls and distill them into a reproducible skill. Local-first.
# 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 = "galdr"
version = "0.17.0"
authors = ["Petru Arakiss <petruarakiss@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Record & Replay for agent skills — capture a session's tool calls and distill them into a reproducible skill. Local-first."
readme = "README.md"
keywords = [
    "agent",
    "skills",
    "record",
    "replay",
    "automation",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/Arakiss/galdr"

[features]
mlx = ["dep:reqwest"]

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

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

[dependencies.anyhow]
version = "1.0.102"

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

[dependencies.directories]
version = "6.0.0"

[dependencies.ratatui]
version = "=0.30.2"

[dependencies.reqwest]
version = "0.13"
features = [
    "blocking",
    "json",
]
optional = true
default-features = false

[dependencies.rusqlite]
version = "0.40.1"
features = [
    "bundled",
    "backup",
]

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.time]
version = "0.3.49"
features = ["formatting"]

[dependencies.tokio]
version = "1.52.3"
features = [
    "rt-multi-thread",
    "net",
    "macros",
    "signal",
    "time",
    "io-util",
    "sync",
    "fs",
]
default-features = false

[dependencies.tungstenite]
version = "0.29.0"
features = [
    "handshake",
    "url",
]
default-features = false

[dependencies.ulid]
version = "1.2.1"

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

[target.'cfg(target_os = "macos")'.dependencies.objc2]
version = "0.6"

[target.'cfg(target_os = "macos")'.dependencies.objc2-application-services]
version = "0.3"
features = [
    "std",
    "objc2",
    "libc",
    "HIServices",
    "AXUIElement",
    "AXValue",
    "AXError",
]
default-features = false

[target.'cfg(target_os = "macos")'.dependencies.objc2-core-foundation]
version = "0.3"
features = [
    "std",
    "objc2",
    "CFRunLoop",
    "CFMachPort",
    "CFBase",
    "CFString",
]
default-features = false

[target.'cfg(target_os = "macos")'.dependencies.objc2-core-graphics]
version = "0.3"
features = [
    "std",
    "CGEvent",
    "CGEventTypes",
    "CGEventSource",
]
default-features = false

[profile.release]
opt-level = 3
lto = "thin"
codegen-units = 1
strip = "symbols"