pomelo-audit 0.12.2

Read-only data-quality audit of a pomelo data-layout tree: coverage, calendar gaps, adjustment sanity, survivorship, NaN density, filing-date lag, index membership.
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"
rust-version = "1.86"
name = "pomelo-audit"
version = "0.12.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Read-only data-quality audit of a pomelo data-layout tree: coverage, calendar gaps, adjustment sanity, survivorship, NaN density, filing-date lag, index membership."
readme = "README.md"
keywords = [
    "backtesting",
    "finance",
    "market-data",
    "data-quality",
]
categories = ["finance"]
license = "MIT"
repository = "https://github.com/citrusquant/citrusquant"

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

[dependencies.flate2]
version = "1.0.35"

[dependencies.pomelo-data]
version = "0.12.2"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.150"

[dependencies.yuzu-core]
version = "0.12.2"

[dev-dependencies]