chamber-backup 0.5.3

Backup functionality for Chamber secrets manager
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"
rust-version = "1.85"
name = "chamber-backup"
version = "0.5.3"
authors = ["Mikko Leppänen <mleppan23@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Backup functionality for Chamber secrets manager"
homepage = "https://github.com/mikeleppane/visualvault"
readme = "README.md"
keywords = ["backup"]
categories = [
    "command-line-utilities",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/mikeleppane/visualvault"
resolver = "2"

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

[[bench]]
name = "backup_benchmark"
path = "benches/backup_benchmark.rs"
harness = false

[dependencies.chamber-import-export]
version = "0.5.3"

[dependencies.chamber-vault]
version = "0.5.3"

[dependencies.color-eyre]
version = "0.6.5"

[dependencies.flate2]
version = "1.1.2"

[dependencies.serde_json]
version = "1.0.142"

[dependencies.time]
version = "0.3.41"
features = [
    "formatting",
    "macros",
    "parsing",
    "serde",
]

[dev-dependencies.criterion]
version = "0.7.0"
features = ["html_reports"]

[dev-dependencies.tempfile]
version = "3.2"