bestool-kopia 0.1.2

(Internal) BES tooling: shared library for interacting with the kopia 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 = "bestool-kopia"
version = "0.1.2"
authors = [
    "Félix Saparelli <felix@passcod.name>",
    "BES Developers <contact@bes.au>",
]
build = false
exclude = [
    "release.toml",
    "update-usage.sh",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "(Internal) BES tooling: shared library for interacting with the kopia CLI"
readme = false
license = "GPL-3.0-or-later"
repository = "https://github.com/beyondessential/bestool/tree/main/crates/kopia"
resolver = "2"

[features]
cli = [
    "dep:clap",
    "dep:dialoguer",
]
default = []

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

[dependencies.clap]
version = "4.6.1"
features = [
    "cargo",
    "derive",
    "wrap_help",
]
optional = true

[dependencies.dialoguer]
version = "0.12.0"
optional = true
default-features = false

[dependencies.jiff]
version = "0.2.24"
features = ["serde"]

[dependencies.miette]
version = "7.6.0"

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

[dependencies.serde_json]
version = "1.0.143"

[dependencies.tracing]
version = "0.1.43"
features = ["attributes"]

[dependencies.whoami]
version = "2.1.2"

[lints.rust]
unsafe_code = "forbid"

[lints.rust.rust_2018_idioms]
level = "deny"
priority = -1