# 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 = "fuguex-loader" version = "0.2.4" description = "A binary analysis framework written in Rust" license = "MIT" [dependencies.either] version = "1" [dependencies.fugue] version = "0.2" features = ["db"] [dependencies.fugue-ghidra] version = "0.2" optional = true [dependencies.fugue-idapro] version = "0.2" optional = true [dependencies.fugue-radare] version = "0.2" optional = true [dependencies.fuguex-state] version = "0.2" [dependencies.thiserror] version = "1" [features] all = [ "idapro", "ghidra", "radare", ] default = [] ghidra = ["fugue-ghidra"] idapro = ["fugue-idapro"] radare = ["fugue-radare"]