[package]
edition = "2024"
rust-version = "1.88"
name = "propaga-core"
version = "0.1.0"
authors = ["hocestnonsatis <anil.oz@icloud.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types and traits for the Propaga constraint solver"
homepage = "https://github.com/hocestnonsatis/propaga"
readme = "README.md"
keywords = [
"constraints",
"solver",
"propagation",
"flatzinc",
"cp",
]
categories = [
"algorithms",
"science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/hocestnonsatis/propaga"
resolver = "2"
[lib]
name = "propaga_core"
path = "src/lib.rs"
[dependencies.slotmap]
version = "1.0"
[dependencies.thiserror]
version = "2.0"