11[package ]
22name = " foyer-experimental-bench"
3- version = " 0.1 .0"
3+ version = " 0.0 .0"
44edition = " 2021"
55authors = [
" MrCroxx <[email protected] >" ]
66description = " storage engine bench tool for foyer - the hybrid cache for Rust"
77license = " Apache-2.0"
88repository = " https://github.com/mrcroxx/foyer"
99homepage = " https://github.com/mrcroxx/foyer"
1010readme = " ../README.md"
11+ publish = false
1112# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1213autobenches = false
1314
@@ -19,11 +20,11 @@ anyhow = "1"
1920bytesize = " 1"
2021clap = { version = " 4" , features = [" derive" ] }
2122console-subscriber = { version = " 0.2" , optional = true }
22- foyer-common = { version = " 0.4 " , path = " ../foyer-common" }
23- foyer-experimental = { version = " 0.1 " , path = " ../foyer-experimental" }
24- foyer-intrusive = { version = " 0.3 " , path = " ../foyer-intrusive" }
25- foyer-storage = { version = " 0.5 " , path = " ../foyer-storage" }
26- foyer-workspace-hack = { version = " 0.3 " , path = " ../foyer-workspace-hack" }
23+ foyer-common = { version = " 0.5 " , path = " ../foyer-common" }
24+ foyer-experimental = { version = " * " , path = " ../foyer-experimental" }
25+ foyer-intrusive = { version = " 0.4 " , path = " ../foyer-intrusive" }
26+ foyer-storage = { version = " 0.6 " , path = " ../foyer-storage" }
27+ foyer-workspace-hack = { version = " 0.4 " , path = " ../foyer-workspace-hack" }
2728futures = " 0.3"
2829hdrhistogram = " 7"
2930http-body-util = " 0.1"
0 commit comments