# 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 = "rust-formal-verification" version = "0.1.11" authors = ["Andrew Luka"] exclude = ["tests/examples/"] description = "A rust library that makes it easier to develop, prototype and test new algorithms for formal verification like IC3, PDR, AVY and others." documentation = "https://docs.rs/rust-formal-verification" readme = "README.md" license = "MIT" repository = "https://github.com/sirandreww/rust-formal-verification.git" [dependencies.cadical] version = "0.1.13" [dependencies.minisat] version = "0.4.4" [dependencies.priority-queue] version = "1.2.3" [dependencies.rand] version = "0.8.5" [dependencies.splr] version = "0.16.3" [dependencies.varisat] version = "0.2.2" [dev-dependencies.pretty_assertions] version = "1.3.0" [dev-dependencies.walkdir] version = "2.3.2"