dbz-cli 0.2.1

Command-line utility for converting dbz files to text-based formats
Documentation
[[bin]]
name = "dbz"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.58"

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

[dependencies.dbz-lib]
version = "0.2.1"

[dependencies.serde]
features = ["derive"]
version = "1.0"
[dev-dependencies.assert_cmd]
version = "2.0.4"

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

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

[package]
authors = ["Databento <support@databento.com>"]
categories = ["command-line-utilities", "encoding"]
default-run = "dbz"
description = "Command-line utility for converting dbz files to text-based formats"
edition = "2021"
keywords = ["market-data", "json", "csv", "conversion", "encoding"]
license = "Apache-2.0"
name = "dbz-cli"
readme = "README.md"
repository = "https://github.com/databento/dbz"
resolver = "1"
version = "0.2.1"