# 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 = "dbz-cli" version = "0.2.2" authors = ["Databento "] default-run = "dbz" description = "Command-line utility for converting dbz files to text-based formats" readme = "README.md" keywords = ["deprecated"] license = "Apache-2.0" repository = "https://github.com/databento/dbz" resolver = "1" [[bin]] name = "dbz" path = "src/main.rs" [dependencies.anyhow] version = "1.0.58" [dependencies.clap] version = "3.2" features = ["derive"] [dependencies.dbz-lib] version = "0.2.1" [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.assert_cmd] version = "2.0.4" [dev-dependencies.predicates] version = "2.1.1" [dev-dependencies.tempfile] version = "3.3.0"