entidb_cli 2.0.0-alpha.3

CLI tools for EntiDB
[[bin]]
name = "entidb"
path = "src/main.rs"

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

[dependencies.entidb_codec]
version = "2.0.0-alpha.3"

[dependencies.entidb_core]
version = "2.0.0-alpha.3"

[dependencies.entidb_storage]
version = "2.0.0-alpha.3"

[dependencies.serde]
features = ["derive", "derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"

[lints.clippy]
derivable_impls = "allow"
expect_used = "allow"
extra_unused_lifetimes = "allow"
for_kv_map = "allow"
io_other_error = "allow"
op_ref = "allow"
or_fun_call = "allow"
redundant_closure = "allow"
type_complexity = "allow"
unwrap_or_default = "allow"
unwrap_used = "allow"

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

[lints.rust]
missing_docs = "warn"
unsafe_code = "deny"

[package]
authors = ["Tembocs"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "database-implementations"]
description = "CLI tools for EntiDB"
edition = "2021"
keywords = ["database", "cli", "tools", "maintenance", "debugging"]
license = "MIT OR Apache-2.0"
name = "entidb_cli"
readme = "README.md"
repository = "https://github.com/Tembocs/entidb"
rust-version = "1.82"
version = "2.0.0-alpha.3"