[package] name = "vesta-syntax" version = "0.1.0" authors = ["Kenny Foner "] edition = "2018" license = "MIT" description = "The syntax for the `case!` macro defined in the Vesta crate" repository = "https://github.com/boltlabs-inc/vesta" homepage = "https://github.com/boltlabs-inc/vesta" keywords = ["pattern", "match", "case", "matching", "macro"] categories = ["rust-patterns"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] syn = { version = "1.0", features = ["full"] } proc-macro2 = "1.0" proc-macro-crate = "1.0" quote = "1.0" itertools = "0.10"