[[bin]]
name = "skim"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.clap]
features = ["derive"]
version = "4.5"
[dependencies.rskim-core]
version = "0.3.2"
[dev-dependencies.assert_cmd]
version = "2.0"
[dev-dependencies.predicates]
version = "3.0"
[dev-dependencies.tempfile]
version = "3.0"
[package]
authors = ["Skim Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Smart code reader - streaming code transformation for AI agents"
edition = "2021"
license = "MIT"
name = "rskim"
readme = "README.md"
repository = "https://github.com/dean0x/skim"
version = "0.3.2"
[[test]]
name = "cli"
path = "tests/cli.rs"