[dependencies]
[dev-dependencies]
[lib]
name = "datalog_ast"
path = "src/lib.rs"
[lints.clippy]
module_name_repetitions = "allow"
must_use_candidate = "allow"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
unsafe_code = "forbid"
[package]
authors = ["Sam Hart"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parser-implementations", "data-structures"]
description = "Abstract Syntax Tree types for Datalog programs"
edition = "2021"
keywords = ["datalog", "ast", "logic-programming", "parser", "database"]
license = "MIT OR Apache-2.0"
name = "datalog_ast"
readme = "README.md"
repository = "https://github.com/jsam/datalog_ast"
rust-version = "1.74"
version = "0.2.7"