[package] name = "jmespath-macros" version = "0.1.1" authors = ["Michael Dowling "] readme = "README.md" keywords = ["json", "jmespath", "query"] homepage = "https://github.com/mtdowling/jmespath.rs" repository = "https://github.com/mtdowling/jmespath.rs" documentation = "http://mtdowling.com/jmespath.rs/jmespath/" license = "MIT" description = "Statically compiles JMESPath expressions." [dependencies.jmespath] path = ".." version = "0.2.0" [lib] name = "jmespath_macros" plugin = true