[package] name = "std-shims" version = "0.1.99" description = "std-shims which patches to the latest update" license = "MIT" repository = "https://github.com/serai-dex/serai/tree/develop/patches/std-shims" authors = ["Luke Parker "] keywords = ["nostd", "no_std", "alloc", "io"] edition = "2021" rust-version = "1.65" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [workspace] [dependencies] std-shims = { path = "../../common/std-shims", default-features = false, features = ["alloc"] } [features] std = ["std-shims/std"]