obj-cli 1.0.0

Command-line tools (dump, check, stat, backup) for the obj embedded document database.
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"
rust-version = "1.93"
name = "obj-cli"
version = "1.0.0"
authors = ["obj contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line tools (dump, check, stat, backup) for the obj embedded document database."
homepage = "https://github.com/uname-n/obj"
documentation = "https://docs.rs/obj-cli"
readme = "README.md"
keywords = [
    "database",
    "embedded",
    "cli",
    "inspector",
    "backup",
]
categories = [
    "database",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/uname-n/obj"

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

[[bin]]
name = "obj"
path = "src/main.rs"
doc = false

[[example]]
name = "corrupt_one_byte"
path = "examples/corrupt_one_byte.rs"

[[example]]
name = "seed_for_cli"
path = "examples/seed_for_cli.rs"

[[test]]
name = "backup"
path = "tests/backup.rs"

[[test]]
name = "check"
path = "tests/check.rs"

[[test]]
name = "dump"
path = "tests/dump.rs"

[[test]]
name = "end_to_end"
path = "tests/end_to_end.rs"

[[test]]
name = "stat"
path = "tests/stat.rs"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.obj]
version = "1.0.0"
package = "obj-db"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.obj-core]
version = "1.0.0"

[dev-dependencies.predicates]
version = "3"

[dev-dependencies.serde]
version = "1"
features = ["derive"]

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

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1