[package] name = "std-shims" version = "0.1.1" description = "A series of std shims to make alloc more feasible" license = "MIT" repository = "https://github.com/serai-dex/serai/tree/develop/common/std-shims" authors = ["Luke Parker "] keywords = ["nostd", "no_std", "alloc", "io"] edition = "2021" rust-version = "1.70" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies] spin = { version = "0.9", features = ["mutex", "once"] } hashbrown = "0.14" [features] std = [] default = ["std"]