[dependencies.dfir_datalog_core]
version = "^0.13.0"
[dependencies.proc-macro-crate]
version = "1.0.0"
[dependencies.proc-macro2]
version = "1.0.74"
[dependencies.quote]
version = "1.0.35"
[dependencies.syn]
features = ["parsing", "extra-traits"]
version = "2.0.46"
[lib]
name = "dfir_datalog"
path = "src/lib.rs"
proc-macro = true
[lints.clippy]
allow_attributes = "warn"
allow_attributes_without_reason = "warn"
explicit_into_iter_loop = "warn"
let_and_return = "allow"
upper_case_acronyms = "warn"
[lints.rust]
impl_trait_overcaptures = "warn"
missing_unsafe_on_extern = "deny"
unsafe_attr_outside_unsafe = "deny"
unused_qualifications = "warn"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Datalog proc-macro for DFIR"
documentation = "https://docs.rs/dfir_datalog/"
edition = "2024"
license = "Apache-2.0"
name = "dfir_datalog"
publish = true
readme = false
repository = "https://github.com/hydro-project/hydro"
resolver = "2"
version = "0.13.0"
[package.metadata.docs.rs]
all-features = true