[package]
edition = "2024"
rust-version = "1.91.0"
name = "fjall-cli"
version = "1.0.0"
build = false
exclude = [
".*",
"*.local.*",
"doc/dev",
"specs",
"README.ts",
"AGENTS*.md",
"CLAUDE*.md",
"deno.json",
"commitlint.config.mjs",
"lefthook.yml",
"mise.toml",
"rumdl.toml",
"rustfmt.toml",
"yolobox",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for Fjall database"
homepage = "https://github.com/DenisGorbachev/fjall-cli"
readme = "README.md"
keywords = []
categories = []
license = "Apache-2.0 OR MIT"
repository = "https://github.com/DenisGorbachev/fjall-cli"
[package.metadata.details]
title = "CLI for Fjall database"
tagline = ""
summary = ""
announcement = ""
[package.metadata.details.readme]
generate = true
[lib]
name = "fjall_cli"
path = "src/lib.rs"
[[bin]]
name = "fjall"
path = "src/main.rs"
[[test]]
name = "clear_bug_repro"
path = "tests/clear_bug_repro.rs"
[[test]]
name = "full"
path = "tests/full.rs"
[dependencies.clap]
version = "4.5.11"
features = [
"derive",
"env",
]
[dependencies.errgonomic]
version = "0.5.0"
[dependencies.fjall]
version = "3.0.1"
[dependencies.hex]
version = "0.4.3"
[dependencies.strum]
version = "0.27.2"
features = ["derive"]
[dependencies.thiserror]
version = "2.0.17"
[dependencies.tokio]
version = "1.39.2"
features = [
"macros",
"fs",
"net",
"rt",
"rt-multi-thread",
]
[dev-dependencies.tempdir]
version = "0.3.7"
[dev-dependencies.xshell]
version = "0.3.0-pre.2"