[package]
edition = "2024"
name = "ac3rm"
version = "0.1.1"
authors = ["Riccardo De Benedictis"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An incremental AC-3rm propagator in Rust with dynamic assertion and retraction of constraints"
readme = "README.md"
keywords = [
"constraints",
"arc-consistency",
"ac3",
"ac3rm",
"csp",
]
categories = [
"algorithms",
"data-structures",
]
license-file = "LICENSE"
repository = "https://github.com/pstlab/AC-3rm"
[lib]
name = "ac3rm"
path = "src/lib.rs"
[dependencies.tracing]
version = "0.1.44"