[package] name = "error-code" version = "3.3.1" authors = ["Douman "] edition = "2018" description = "Error code" license = "BSL-1.0" repository = "https://github.com/DoumanAsh/error-code" readme = "README.md" include = [ "**/*.rs", "Cargo.toml", "README.md" ] [features] std = [] [package.metadata.docs.rs] features = ["std"]