holey-bytes/hbcb/Cargo.toml

23 lines
643 B
TOML
Raw Normal View History

2024-09-17 03:39:56 -05:00
[package]
name = "hbcb"
version = "0.1.0"
edition = "2021"
[dependencies]
cranelift-codegen = { git = "https://github.com/jakubDoka/wasmtime.git", default-features = false, features = ["std"] }
2024-09-17 08:14:24 -05:00
cranelift-control = { git = "https://github.com/jakubDoka/wasmtime.git", default-features = false }
2024-09-17 03:39:56 -05:00
log = "0.4.22"
regalloc2 = "0.10.2"
smallvec = "1.13.2"
target-lexicon = "0.12.16"
[features]
default = ["isle-errors"]
unwind = []
isle-in-source-tree = []
isle-errors = []
[build-dependencies]
2024-09-17 08:14:24 -05:00
cranelift-codegen-meta = { git = "https://github.com/jakubDoka/wasmtime.git" }
cranelift-isle = { git = "https://github.com/jakubDoka/wasmtime.git" }