[package] name = "fuguex-concrete" version = "0.2.20" edition = "2021" license = "MIT" description = "A binary analysis framework written in Rust" [dependencies] downcast-rs = "1" dyn-clone = "1" fnv = "1" fugue = { version = "0.2", features = ["fp"] } fuguex-hooks = { path = "../fuguex-hooks", version = "0.2" } fuguex-intrinsics = { path = "../fuguex-intrinsics", version = "0.2" } fuguex-loader = { path = "../fuguex-loader", version = "0.2" } fuguex-machine = { path = "../fuguex-machine", version = "0.2" } fuguex-microx = { path = "../fuguex-microx", version = "0.1" } fuguex-state = { path = "../fuguex-state", version = "0.2" } log = "0.4" parking_lot = "0.11" rand = { version = "0.8", features = ["small_rng"] } thiserror = "1"