[dependencies]
[dev-dependencies]
[lib]
name = "datalog_ir"
path = "src/lib.rs"
[lints.clippy]
all = "warn"
[lints.rust]
missing_docs = "warn"
[package]
authors = ["Sam Hart"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "database"]
description = "Intermediate Representation types for Datalog query plans"
documentation = "https://docs.rs/datalog_ir"
edition = "2021"
homepage = "https://github.com/jsam/datalog_ir"
keywords = ["datalog", "query", "ir", "database", "optimizer"]
license = "MIT OR Apache-2.0"
name = "datalog_ir"
readme = "README.md"
repository = "https://github.com/jsam/datalog_ir"
rust-version = "1.74"
version = "0.2.0"