[package]
name = "logicaffeine-kernel"
version.workspace = true
edition.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
keywords.workspace = true
categories.workspace = true
rust-version.workspace = true
license = "BUSL-1.1"
description = "Pure Calculus of Constructions type theory - NO LEXICON"
readme = "README.md"
[dependencies]
logicaffeine-base = { workspace = true }
serde = { version = "1", features = ["derive"], optional = true }
[features]
serde = ["dep:serde"]
[dev-dependencies]
serde_json = "1"
[[example]]
name = "recheck"
required-features = ["serde"]