[package] name = "error-macro" version = "0.2.1" authors = ["vkill "] edition = "2021" description = "error macro" license = "Apache-2.0 OR MIT" repository = "https://github.com/bk-rs/std-utils" homepage = "https://github.com/bk-rs/std-utils" documentation = "https://docs.rs/error-macro" keywords = [] categories = [] readme = "README.md" [package.metadata.docs.rs] all-features = true [features] default = ["std"] std = ["alloc"] alloc = [] [dependencies]