[package] name = "idb_import" version = "0.1.0" authors = ["Rubens Brandao "] edition = "2021" license = "Apache-2.0" publish = false [lib] crate-type = ["cdylib"] [dependencies] anyhow = { version = "1.0.86", features = ["backtrace"] } binaryninja.workspace = true binaryninjacore-sys.workspace = true idb-rs = { git = "https://github.com/Vector35/idb-rs", tag = "0.1.13" } tracing = "0.1" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"