[workspace] members = ["macro"] [package] name = "four-char-code" version = "1.2.0" edition = "2018" description = "A string of 4 ascii chars represented by an u32" license = "MIT" readme = "README.md" authors = ["shurizzle "] homepage = "https://github.com/shurizzle/rust-four-char-code/tree/v1" repository = "https://github.com/shurizzle/rust-four-char-code/tree/v1" [package.metadata] msrv = "1.32.0" [features] default = ["std"] std = [] [dependencies] four-char-code-macros-impl = { path = "macro", version = "1" } proc-macro-hack = "0.5"