# 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 = "libpatron" version = "0.17.3" authors = ["Kevin Laeufer "] exclude = [ ".github/", ".gitignore", ] 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 [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.num-bigint] version = "0.4.4" [dependencies.num-integer] version = "0.1.45" [dependencies.num-traits] version = "0.2.17" [dependencies.rand] version = "0.8.5" default-features = false [dependencies.rand_xoshiro] version = "0.6.0" [dependencies.smallvec] version = "1.11.2" [dependencies.string-interner] version = "0.14.0" [dev-dependencies.clap] version = "4.4.8" features = ["derive"] [dev-dependencies.insta] version = "1.34.0" features = ["yaml"]