[package] name = "maybe-std" description = "Helper crate for writing rust libraries with an optional dependency on the standard library." repository = "https://github.com/AljoschaMeyer/maybe-std" version = "0.1.2" authors = ["Aljoscha Meyer "] edition = "2018" license = "CC-PDDC" [features] default = [] std = [] alloc = [] unstable = [] [dependencies]