argumentation-values 0.1.0

Value-based argumentation frameworks (Bench-Capon 2003) built on the argumentation crate
Documentation
[package]
name = "argumentation-values"
version = "0.1.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
description = "Value-based argumentation frameworks (Bench-Capon 2003) built on the argumentation crate"
readme = "README.md"
keywords = ["argumentation", "values", "vaf", "bench-capon", "audience"]
categories = ["algorithms"]

[dependencies]
argumentation = { version = "0.2", path = "../.." }
argumentation-schemes = { version = "0.2", path = "../argumentation-schemes" }
smallvec = "1.13"
thiserror = "2.0"

[dev-dependencies]
proptest = "1.4"