[package]
edition = "2021"
name = "veric-core"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core type-checking engine for Veric — types-first static analysis for data warehouses"
homepage = "https://veric.dev"
readme = "README.md"
keywords = [
"static-analysis",
"type-checking",
"data-warehouse",
"attribute-grammar",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/veric-dev/veric"
[lib]
name = "veric_core"
path = "src/lib.rs"
[dependencies]