[package] name = "remain" version = "0.1.3" # remember to update number in readme for major versions authors = ["David Tolnay "] edition = "2018" license = "MIT OR Apache-2.0" description = "Compile-time checks that an enum, struct, or match is written in sorted order." repository = "https://github.com/dtolnay/remain" documentation = "https://docs.rs/remain" readme = "README.md" [lib] proc-macro = true [dependencies] proc-macro2 = "0.4" quote = "0.6" syn = { version = "0.15", features = ["full", "visit-mut"] } [dev-dependencies] select-rustc = "0.1" trybuild = "1.0"