[package] name = "smd_macro" description = "A crate for the smd! macro" license = "MIT/Apache-2.0" version = "0.0.7" authors = ["Robert Balicki "] edition = "2018" repository = "https://github.com/rbalicki2/smithy" homepage = "https://www.smithy.rs" documentation = "https://docs.smithy.rs/smd_macro" [dependencies] smithy_types = { path = "../smithy_types", version = "0.0.7" } proc-macro2 = { version = "0.4.27", features = ["span-locations"] } quote = "0.6.10" nom = "4.1.1" lazy_static = "1.2.0" serde = "1.0.94" serde_json = "1.0.39" serde_derive = "1.0.94" [lib] proc-macro = true [features] smd-logs = [] cache-logs = [] do-not-cache-smd = []