[[bin]]
name = "chithi"
path = "src/bin/chithi.rs"
[[bin]]
name = "chithi-run"
path = "src/bin/chithi-run.rs"
required-features = ["run-bin"]
[dependencies.chrono]
features = ["now"]
version = "0.4.42"
[dependencies.clap]
features = ["derive"]
version = "4.5.42"
[dependencies.env_logger]
version = "0.11.8"
[dependencies.libc]
version = "0.2.175"
[dependencies.log]
version = "0.4.27"
[dependencies.rand]
features = ["small_rng"]
version = "0.9.2"
[dependencies.regex-lite]
version = "0.1.8"
[dependencies.serde]
features = ["derive"]
version = "1.0.228"
[dependencies.toml]
features = ["std", "serde"]
optional = true
version = "0.9.10"
[features]
base = []
default = []
run = ["spec"]
run-bin = ["run"]
run-bundle = ["run"]
spec = ["dep:toml"]
[lib]
name = "chithi"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "filesystem"]
description = "OpenZFS replication tools"
edition = "2024"
keywords = ["zfs", "replication"]
license = "GPL-3.0-or-later"
name = "chithi"
readme = "README.md"
repository = "https://github.com/ifazk/chithi"
version = "0.1.1"
[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
strip = true