invars 0.1.0

Declarative data validation engine using invariants executed on Polars DataFrames.
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 = "2024"
rust-version = "1.92.0"
name = "invars"
version = "0.1.0"
authors = ["Léo Salenson <leo.salenson@outlook.fr>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Declarative data validation engine using invariants executed on Polars DataFrames."
homepage = "https://github.com/lsalenson/invars"
documentation = "https://docs.rs/invars"
readme = "README.md"
keywords = [
    "data-validation",
    "invariants",
    "polars",
    "data-quality",
    "data",
]
categories = [
    "data-structures",
    "database",
    "science",
]
license = "Apache-2.0"
repository = "https://github.com/lsalenson/invars"
resolver = "2"

[package.metadata.docs.rs]
all-features = true

[features]
default = []
polars = ["dep:polars"]

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

[dependencies.chrono]
version = "0.4.41"

[dependencies.polars]
version = "0.53"
features = [
    "lazy",
    "is_in",
    "abs",
    "strings",
    "diff",
]
optional = true