-
Notifications
You must be signed in to change notification settings - Fork 119
/
Copy pathCargo.toml
35 lines (30 loc) · 975 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[package]
name = "hyperlight-common"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
readme.workspace = true
description = """
Hyperlight's components common to host and guest.
"""
[lints]
workspace = true
[dependencies]
flatbuffers = { version = "25.2.10", default-features = false }
anyhow = { version = "1.0.97", default-features = false }
log = "0.4.26"
tracing = { version = "0.1.41", optional = true }
strum = {version = "0.27", default-features = false, features = ["derive"]}
arbitrary = {version = "1.4.1", optional = true, features = ["derive"]}
spin = "0.9.8"
[features]
default = ["tracing"]
fuzzing = ["dep:arbitrary"]
std = []
[dev-dependencies]
hyperlight-testing = { workspace = true }
[lib]
bench = false # see https://bheisler.github.io/criterion.rs/book/faq.html#cargo-bench-gives-unrecognized-option-errors-for-valid-command-line-options