summaryrefslogtreecommitdiff
path: root/plugins/svd/Cargo.toml
blob: eafc87074e216c9c42053eb8ef57e1364d1e3e32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "svd_ninja"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
publish = false

[lib]
crate-type = ["cdylib", "lib"]

[dependencies]
binaryninja.workspace = true
binaryninjacore-sys.workspace = true
svd-parser = { version = "0.14.8", features = ["expand"] }
serde_json = "1.0"
tracing = "0.1"

[dev-dependencies]
insta = { version = "1.42", features = ["yaml"] }

[features]
demo = []