# 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 = "fugue" version = "0.2.8" authors = [ "Sam Thomas ", "Zitai Chen ", ] description = "A binary analysis framework written in Rust" homepage = "https://fugue.re" license = "MIT" resolver = "1" [dependencies.fugue-arch] version = "0.2" [dependencies.fugue-bv] version = "0.2" default-features = false [dependencies.fugue-bytes] version = "0.2" [dependencies.fugue-db] version = "0.2" optional = true default-features = false [dependencies.fugue-fp] version = "0.2" optional = true [dependencies.fugue-ir] version = "0.2" default-features = false [features] bigint = [ "fugue-bv/bigint", "fugue-db?/bigint", "fugue-ir/bigint", ] db = ["fugue-db"] default = ["bigint"] extra-integer-types = ["fugue-bytes/extra-integer-types"] extra-logging = ["fugue-ir/extra-logging"] fixed-u128 = [ "fugue-bv/fixed-u128", "fugue-db?/fixed-u128", "fugue-ir/fixed-u128", ] fixed-u64 = [ "fugue-bv/fixed-u64", "fugue-db?/fixed-u64", "fugue-ir/fixed-u64", ] fp = [ "bigint", "fugue-fp", ]