summaryrefslogtreecommitdiff
path: root/plugins/warp/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/warp/Cargo.toml')
-rw-r--r--plugins/warp/Cargo.toml37
1 files changed, 18 insertions, 19 deletions
diff --git a/plugins/warp/Cargo.toml b/plugins/warp/Cargo.toml
index 07e0a4de..afebf577 100644
--- a/plugins/warp/Cargo.toml
+++ b/plugins/warp/Cargo.toml
@@ -10,32 +10,31 @@ crate-type = ["lib", "cdylib"]
[dependencies]
binaryninja = { workspace = true, features = ["rayon"] }
binaryninjacore-sys.workspace = true
-warp = { git = "https://github.com/Vector35/warp/", rev = "0ee5a6f" }
+warp = { git = "https://github.com/Vector35/warp/", tag = "1.0.0" }
log = "0.4"
-arboard = "3.4"
+itertools = "0.14.0"
+dashmap = { version = "6.1", features = ["rayon"]}
rayon = "1.10"
-dashmap = "6.1"
+arboard = "3.4"
walkdir = "2.5"
-rfd = "0.15"
+serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
+uuid = { version = "1.12.0", features = ["v4"] }
+thiserror = "2.0"
+ar = { git = "https://github.com/mdsteele/rust-ar" }
+tempdir = "0.3.7"
+regex = "1.11"
-# For sigem
-env_logger = { version = "0.11", optional = true }
-clap = { version = "4.5", features = ["derive"], optional = true }
-ar = { git = "https://github.com/mdsteele/rust-ar", optional = true }
-tempdir = { version = "0.3.7", optional = true }
+# For reports
+minijinja = "2.10.2"
+minijinja-embed = "2.10.2"
-[dev-dependencies]
-criterion = "0.5.1"
-insta = { version = "1.38.0", features = ["yaml"] }
+[build-dependencies]
+minijinja-embed = "2.10.2"
-[features]
-default = ["sigem"]
-sigem = ["env_logger", "clap", "ar", "tempdir"]
-
-[[bin]]
-name = "sigem"
-required-features = ["sigem"]
+[dev-dependencies]
+criterion = "0.6"
+insta = { version = "1.42", features = ["yaml"] }
[[bench]]
name = "guid"