baskerville 0.3.0

Infer and validate data-type schemas in Rust.
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 = "baskerville"
version = "0.3.0"
authors = ["Jay Newey <jay.newey@protonmail.com>"]
description = "Infer and validate data-type schemas in Rust."
homepage = "https://github.com/jaynewey/baskerville"
readme = "README.md"
license = "MIT"
repository = "https://github.com/jaynewey/baskerville"

[[bench]]
name = "csv"
harness = false

[dependencies.baskerville_macro]
version = "0.3.0"

[dependencies.chrono]
version = "0.4.27"
optional = true

[dependencies.csv]
version = "1.2.2"

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

[dependencies.tabled]
version = "0.14.0"

[dev-dependencies.criterion]
version = "0.5"

[features]
default = ["time"]
python = ["dep:pyo3"]
time = ["dep:chrono"]