# 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-ir" version = "0.2.92" authors = ["Sam Thomas "] description = "A binary analysis framework written in Rust" homepage = "https://fugue.re" license = "MIT" resolver = "1" [dependencies.ahash] version = "0.8" features = ["serde"] [dependencies.bumpalo] version = "3.12" features = [ "boxed", "collections", ] [dependencies.fugue-arch] version = "0.2" [dependencies.fugue-bv] version = "0.2" default-features = false [dependencies.fugue-bytes] version = "0.2" [dependencies.iset] version = "0.2" features = ["serde"] [dependencies.itertools] version = "0.10" [dependencies.log] version = "0.4" [dependencies.roxmltree] version = "0.18" [dependencies.serde] version = "1" features = [ "derive", "rc", ] [dependencies.smallvec] version = "1" features = ["serde"] [dependencies.thiserror] version = "1" [dependencies.unsafe_unwrap] version = "0.1" [dependencies.ustr] version = "0.9" features = ["serialization"] [dependencies.walkdir] version = "2" [features] bigint = ["fugue-bv/bigint"] default = ["bigint"] extra-logging = [] fixed-u128 = ["fugue-bv/fixed-u128"] fixed-u64 = ["fugue-bv/fixed-u64"]