# 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-lib" version = "0.2.2" authors = ["Databento "] description = "Library for working with the Databento Binary Encoding (DBZ) format" readme = "README.md" keywords = ["deprecated"] license = "Apache-2.0" repository = "https://github.com/databento/dbz" resolver = "1" [dependencies.anyhow] version = "1.0.65" [dependencies.csv] version = "1.1.6" [dependencies.databento-defs] version = "0.3.1" features = ["serde"] [dependencies.log] version = "0.4.17" [dependencies.pyo3] version = "0.17.1" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.streaming-iterator] version = "0.1.8" [dependencies.time] version = "0.3.14" features = ["serde"] [dependencies.zstd] version = "= 0.11.2+zstd1.5.2" [features] default = [] python = ["pyo3/extension-module"] python-test = ["pyo3"]