# 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 = "iascar" version = "0.2.1" authors = ["drwadu"] description = "iascar - incremental answer set count with anytime refinement" readme = "README.md" license = "MIT" repository = "https://github.com/drwadu/iascar" [lib] name = "iascar" crate-type = ["lib"] path = "src/lib.rs" test = true edition = "2021" [[bin]] name = "iascar" path = "src/main.rs" edition = "2021" [dependencies.clingo] version = "0.7.2" features = ["static-linking"] [dependencies.itertools] version = "0.10.5" [dependencies.rayon] version = "1.5" [dependencies.rug] version = "1.16.0" [dependencies.savan] version = "0.2.0" [dependencies.thiserror] version = "1.0" [features] prefilter = [] seq = []