dbn-cli 0.48.0

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

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

[[bin]]
name = "dbn"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1.0.100"

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

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

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

[dependencies.time]
version = "0.3.45"

[dependencies.zstd]
version = "0.13"

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

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

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

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