dbn 0.48.0

Library for working with Databento Binary Encoding (DBN)
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"
version = "0.48.0"
authors = ["Databento <support@databento.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library for working with Databento Binary Encoding (DBN)"
readme = "README.md"
keywords = [
    "finance",
    "market-data",
    "conversion",
    "encoding",
    "trading",
]
categories = ["encoding"]
license = "Apache-2.0"
repository = "https://github.com/databento/dbn"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
async = [
    "dep:async-compression",
    "dep:tokio",
]
default = []
python = [
    "dep:pyo3",
    "dep:strum",
]
serde = [
    "dep:serde",
    "time/parsing",
    "time/serde",
]
trivial_copy = []

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

[dependencies.async-compression]
version = "0.4.37"
features = [
    "tokio",
    "zstd",
]
optional = true

[dependencies.csv]
version = "1.4"

[dependencies.dbn-macros]
version = "=0.48.0"

[dependencies.fallible-streaming-iterator]
version = "0.1.9"
features = ["std"]

[dependencies.itoa]
version = "1.0"

[dependencies.json-writer]
version = "0.4"

[dependencies.num_enum]
version = "0.7"

[dependencies.oval]
version = "2.0"

[dependencies.pyo3]
version = "0.27.2"
optional = true

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

[dependencies.strum]
version = "0.27"
features = ["derive"]
optional = true

[dependencies.thiserror]
version = "2.0"

[dependencies.time]
version = "0.3.45"
features = [
    "formatting",
    "macros",
]

[dependencies.tokio]
version = ">=1.41"
features = [
    "fs",
    "io-util",
]
optional = true

[dependencies.zstd]
version = "0.13"

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

[dev-dependencies.strum]
version = "0.27"
features = ["derive"]

[dev-dependencies.tokio]
version = "1"
features = [
    "fs",
    "io-util",
    "macros",
    "rt-multi-thread",
]

[dev-dependencies.type-layout]
version = "0.2.0"