# This file is generated by `cargo hakari`. # To regenerate, run: # cargo hakari generate [package] name = "foyer-workspace-hack" version = "0.5.2" authors = ["MrCroxx "] description = "workspace-hack package, managed by hakari" license = "Apache-2.0" repository = "https://github.com/mrcroxx/foyer" homepage = "https://github.com/mrcroxx/foyer" readme = "../README.md" # You can choose to publish this crate: see https://docs.rs/cargo-hakari/latest/cargo_hakari/publishing. publish = true # The parts of the file between the BEGIN HAKARI SECTION and END HAKARI SECTION comments # are managed by hakari. ### BEGIN HAKARI SECTION [dependencies] ahash = { version = "0.8" } crossbeam-channel = { version = "0.5" } crossbeam-epoch = { version = "0.9" } crossbeam-utils = { version = "0.8" } either = { version = "1" } futures-channel = { version = "0.3", features = ["sink"] } futures-core = { version = "0.3" } futures-executor = { version = "0.3" } futures-sink = { version = "0.3" } futures-util = { version = "0.3", default-features = false, features = ["async-await-macro", "channel", "io", "sink"] } getrandom = { version = "0.2", default-features = false, features = ["std"] } hashbrown = { version = "0.14", features = ["raw"] } itertools = { version = "0.12" } nix = { version = "0.28", features = ["fs", "mman"] } parking_lot = { version = "0.12", features = ["arc_lock", "deadlock_detection"] } parking_lot_core = { version = "0.9", default-features = false, features = ["deadlock_detection"] } rand = { version = "0.8", features = ["small_rng"] } serde = { version = "1", features = ["derive", "rc"] } smallvec = { version = "1", default-features = false, features = ["const_new"] } tokio = { version = "1", features = ["fs", "io-std", "io-util", "macros", "net", "rt-multi-thread", "signal", "sync", "time", "tracing"] } tracing-core = { version = "0.1" } [build-dependencies] cc = { version = "1", default-features = false, features = ["parallel"] } either = { version = "1" } itertools = { version = "0.12" } proc-macro2 = { version = "1" } quote = { version = "1" } syn = { version = "2", features = ["extra-traits", "full", "visit-mut"] } ### END HAKARI SECTION