# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "crustabri" version = "1.1.1" authors = [ "Jean-Marie Lagniez ", "Emmanuel Lonca ", "Jean-Guy Mailly ", ] default-run = "crustabri" description = "An argumentation framework library & solver." readme = "README.md" keywords = [ "argumentation", "frameworks", "AF", "solver", ] categories = [ "command-line-utilities", "science", ] license = "GPL-3.0-or-later" repository = "https://github.com/crillab/crustabri" [lib] name = "crustabri" path = "src/lib.rs" [[bin]] name = "crustabri" path = "src/main.rs" [[bin]] name = "crustabri_iccma23" path = "src/main_iccma23.rs" [dependencies.anyhow] version = "1.0.65" [dependencies.cadical] version = "0.1.14" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "2.33.3" [dependencies.fern] version = "0.6.0" features = ["colored"] [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.20" [dependencies.permutator] version = "0.4.3" [dependencies.regex] version = "1.6.0" [dependencies.strum] version = "0.24.1" [dependencies.strum_macros] version = "0.24.1" [dependencies.sysinfo] version = "0.23.13" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.assert_fs] version = "1.0" [dev-dependencies.paste] version = "1.0.11" [dev-dependencies.predicates] version = "2.1"