[package] name = "serai-no-std-tests" version = "0.1.0" description = "A crate to test no-std builds of Serai crates work" license = "MIT" repository = "https://github.com/kayabaNerve/serai/tree/develop/tests/no-std" authors = ["Luke Parker "] keywords = ["nostd", "no_std", "alloc", "io"] edition = "2021" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"]