# 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 = "patronus" version = "0.22.0" authors = ["Kevin Laeufer "] build = false exclude = [ ".github/", ".gitignore", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Hardware bug-finding toolkit." homepage = "https://kevinlaeufer.com" readme = "Readme.md" keywords = [ "RTL", "btor", "model-checking", "SMT", "bit-vector", ] license = "BSD-3-Clause" repository = "https://github.com/ekiwi/patron" [profile.dev.package.insta] opt-level = 3 [profile.release] debug = 2 [lib] name = "patronus" path = "src/lib.rs" [[example]] name = "bmc" path = "examples/bmc.rs" [[example]] name = "sim" path = "examples/sim.rs" [[test]] name = "btor2_test" path = "tests/btor2_test.rs" [[test]] name = "btor2_witness_tests" path = "tests/btor2_witness_tests.rs" [[test]] name = "interpreter" path = "tests/interpreter.rs" [[test]] name = "simplifications" path = "tests/simplifications.rs" [dependencies.baa] version = "0.14.1" [dependencies.boolean_expression] version = "0.4.4" [dependencies.codespan-reporting] version = "0.11.1" [dependencies.easy-smt] version = "0.2.1" [dependencies.fuzzy-matcher] version = "0.3.7" [dependencies.indexmap] version = "2.0.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.8.5" default-features = false [dependencies.rand_xoshiro] version = "0.6.0" [dependencies.smallvec] version = "1.11.2" [dev-dependencies.clap] version = "4.4.8" features = ["derive"] [dev-dependencies.insta] version = "1.34.0" features = ["yaml"]