# 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-ghidra" version = "0.2.1" authors = ["Sam Thomas , Zitai Chen "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A binary analysis framework written in Rust" homepage = "https://fugue.re" readme = "README.md" license = "MIT" [lib] name = "fugue_ghidra" path = "rust/lib.rs" [dependencies.fugue-db] version = "0.2" [dependencies.tempfile] version = "3.13" [dependencies.thiserror] version = "1" [dependencies.url] version = "2.5" [dependencies.which] version = "7" [dependencies.whoami] version = "1.5"