# 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-radare" version = "0.2.4" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A binary analysis framework written in Rust" readme = "README.md" license = "MIT" [lib] name = "fugue_radare" path = "src/lib.rs" [dependencies.flatbuffers] version = "24.3.25" [dependencies.fugue-db] version = "0.2" default-features = false [dependencies.iset] version = "0.3" [dependencies.itertools] version = "0.13" [dependencies.md5] version = "0.7" [dependencies.memmap2] version = "0.9" [dependencies.r2pipe] version = "0.7" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sha2] version = "0.10" [dependencies.shared_memory] version = "0.12" [dependencies.thiserror] version = "1" [dependencies.url] version = "2.5" [dependencies.which] version = "6" [dev-dependencies.fugue] version = "0.2" features = ["db"] default-features = false [build-dependencies.flatcc] version = "24.3.25" [features] bigint = ["fugue-db/bigint"] default = ["bigint"] fixed-u128 = ["fugue-db/fixed-u128"] fixed-u64 = ["fugue-db/fixed-u64"]