# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "falcon-finch" version = "0.5.2" authors = ["Alex Eubanks "] description = "Symbolic Execution against Falcon IL" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/falconre/finch" [profile.release] debug = 2 [lib] name = "finch" path = "lib/lib.rs" [[bin]] name = "finch-bin" path = "src/main.rs" [dependencies.byteorder] version = "1.3" [dependencies.clap] version = "2.33" [dependencies.error-chain] version = "0.12" [dependencies.falcon] version = "0.5.2" [dependencies.falcon-z3] version = "0.5.2" [dependencies.falcon_capstone] version = "0.5.0" [dependencies.goblin] version = "0.4" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.nom] version = "6.2" [dependencies.rayon] version = "1.0" [dependencies.rustyline] version = "9" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.simplelog] version = "0.10" [features] capstone4 = ["falcon/capstone4"] thread_safe = ["falcon/thread_safe"]