dbn-cli 0.33.1

Command-line utility for converting Databento Binary Encoding (DBN) files to text-based formats
Documentation
[[bin]]
name = "dbn"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.98"

[dependencies.clap]
features = ["derive", "wrap_help"]
version = "4.5"

[dependencies.dbn]
default-features = false
version = "=0.33.1"

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

[dependencies.zstd]
version = "0.13"

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

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

[dev-dependencies.rstest]
version = "0.25.0"

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

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

[package]
authors = ["Databento <support@databento.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "encoding"]
default-run = "dbn"
description = "Command-line utility for converting Databento Binary Encoding (DBN) files to text-based formats"
edition = "2021"
keywords = ["market-data", "json", "csv", "conversion", "encoding"]
license = "Apache-2.0"
name = "dbn-cli"
readme = "README.md"
repository = "https://github.com/databento/dbn"
version = "0.33.1"

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