aces 0.0.9

Algebra of Cause-Effect Structures
Documentation
[workspace]

[package]

name = "aces"
version = "0.0.9"
description = "Algebra of Cause-Effect Structures"
authors = ["k7f"]
edition = "2018"
license = "MIT"
repository = "https://github.com/k7f/aces"
readme = "README.md"

[dependencies]

log = "0.4"
fern = { version = "0.5", features = ["colored"] }
clap = { version = "2.33", features = ["yaml"] }
yaml-rust = "0.4"
regex = "1.3"
lazy_static = "1.4"
rand = "0.7"
glob = "0.3"
string_cache = "0.8"
bit-vec = "0.6"
varisat = "0.2"

[[bin]]

name = "aces"
path = "src/cli/main.rs"