[package]
edition = "2021"
name = "semstrait"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Compile semantic models to Substrait compute plans"
readme = "README.md"
keywords = [
"semantic-layer",
"substrait",
"metrics",
"analytics",
]
categories = [
"database",
"data-structures",
]
license = "Apache-2.0"
repository = "https://github.com/semstrait/semstrait"
[lib]
name = "semstrait"
path = "src/lib.rs"
[dependencies]