protolog-cli 0.0.0

Protolog command-line interface (CLI)
[[bin]]
name = "protolog"
path = "src/main.rs"
[build-dependencies.shadow-rs]
version = "0.24.1"
[dependencies.argfile]
version = "0.1.6"

[dependencies.bytesize]
version = "1.3.0"

[dependencies.cap-tempfile]
version = "2.0.0"

[dependencies.clap]
features = ["color", "derive", "unicode"]
version = "4.4.6"

[dependencies.dirs]
version = "5.0.1"

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.protolog]
version = "0.0.0"

[dependencies.shadow-rs]
version = "0.24.1"

[dependencies.tokio]
features = ["full"]
version = "1.33.0"

[dependencies.tracing]
version = "0.1.40"

[dependencies.tracing-subscriber]
version = "0.3.17"

[dependencies.wild]
version = "2.2.0"

[features]
default = ["encrypt", "gzip", "lz4", "tracing"]
encrypt = ["protolog/encrypt"]
gzip = ["protolog/gzip"]
lz4 = ["protolog/lz4"]
tracing = ["protolog/tracing"]

[package]
authors = ["Arto Bendiken"]
categories = ["command-line-utilities", "database-implementations", "encoding"]
description = "Protolog command-line interface (CLI)"
documentation = "https://github.com/artob/protolog/blob/master/README.md"
edition = "2021"
homepage = "https://github.com/artob/protolog"
keywords = ["protobuf", "serialization", "storage", "stream", "tool"]
license = "Unlicense"
name = "protolog-cli"
publish = true
readme = "README.md"
repository = "https://github.com/artob/protolog"
rust-version = "1.70"
version = "0.0.0"