chamber-import-export 0.5.3

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

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

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

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

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

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

[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"