diff --git a/linera-service/Cargo.toml b/linera-service/Cargo.toml index 3588df55e25..0901d9fd98f 100644 --- a/linera-service/Cargo.toml +++ b/linera-service/Cargo.toml @@ -13,6 +13,7 @@ edition = "2021" [features] default = ["wasmer", "rocksdb"] test = ["linera-views/test"] +benchmark = ["linera-base/test", "dep:fungible", "dep:port-selector"] wasmer = ["linera-execution/wasmer", "linera-storage/wasmer"] wasmtime = ["linera-execution/wasmtime", "linera-storage/wasmtime"] rocksdb = [ @@ -47,6 +48,7 @@ dirs.workspace = true file-lock = "2.1.10" fs-err.workspace = true fs_extra = { workspace = true, optional = true } +fungible = { workspace = true, optional = true } futures.workspace = true hex.workspace = true http.workspace = true