borgbackup 0.10.0

A wapper for the borgbackup utility
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 = "2021"
name = "borgbackup"
version = "0.10.0"
authors = ["Niklas Pfister <git@omikron.dev>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A wapper for the borgbackup utility"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/myOmikron/borgbackup"

[package.metadata.docs.rs]
all-features = true

[features]
tokio = ["dep:tokio"]
vendored = []

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

[dependencies.chrono]
version = ">=0.4.22"
features = ["serde"]
default-features = false

[dependencies.log]
version = "~0.4"

[dependencies.serde]
version = "~1"
features = ["derive"]

[dependencies.serde_json]
version = "~1"

[dependencies.shlex]
version = ">=1.3.0"

[dependencies.thiserror]
version = "~2"

[dependencies.tokio]
version = ">=1.23.1"
features = [
    "process",
    "macros",
    "io-util",
    "sync",
]
optional = true

[dev-dependencies.tempfile]
version = "~3"

[build-dependencies.rustc_version]
version = "0.4.0"