[package] name = "workflow_objc" version = "0.1.0" edition = "2021" license = "BSD-3-Clause" publish = false [lib] crate-type = ["staticlib", "cdylib"] [features] demo = [] [dependencies] binaryninja = { workspace = true } binaryninjacore-sys.workspace = true dashmap = { version = "6.1", features = ["rayon"]} once_cell = "1.20" thiserror = "2.0" bstr = "1.12" tracing = "0.1"