elastic_types_macros 0.5.1

Compile-time code generation for Elasticsearch type implementations.
[package]
name = "elastic_types_macros"
version = "0.5.1"
authors = ["Ashley Mannix <ashleymannix@live.com.au>"]
license = "Apache-2.0"
description = "Compile-time code generation for Elasticsearch type implementations."
repository = "https://github.com/elastic-rs/elastic-types"

[lib]
name = "elastic_types_macros"
crate_type = [ "dylib" ]
plugin = true

[features]
nightly-testing = [ ]

[dependencies]
serde = "~0.8.0"
serde_json = "~0.8.0"
serde_codegen_internals = { version = "~0.8.0", default-features = false }
serde_macros = "~0.8.0"