# 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.70" name = "protolog-cli" version = "0.0.0" authors = ["Arto Bendiken"] publish = true description = "Protolog command-line interface (CLI)" homepage = "https://github.com/artob/protolog" documentation = "https://github.com/artob/protolog/blob/master/README.md" readme = "README.md" keywords = [ "protobuf", "serialization", "storage", "stream", "tool", ] categories = [ "command-line-utilities", "database-implementations", "encoding", ] license = "Unlicense" repository = "https://github.com/artob/protolog" [[bin]] name = "protolog" path = "src/main.rs" [dependencies.argfile] version = "0.1.6" [dependencies.bytesize] version = "1.3.0" [dependencies.cap-tempfile] version = "2.0.0" [dependencies.clap] version = "4.4.6" features = [ "color", "derive", "unicode", ] [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] version = "1.33.0" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.17" [dependencies.wild] version = "2.2.0" [build-dependencies.shadow-rs] version = "0.24.1" [features] default = [ "encrypt", "gzip", "lz4", "tracing", ] encrypt = ["protolog/encrypt"] gzip = ["protolog/gzip"] lz4 = ["protolog/lz4"] tracing = ["protolog/tracing"]