[package] name = "ecs_types" version = "0.2.0" edition = "2021" description = "Rust types mapping to the elasticsearch common schema" homepage = "https://www.github.com/janstarke/ecs_types" repository = "https://www.github.com/janstarke/ecs_types" license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = {version="~1", features=["derive"]} serde_json = "~1" chrono = {version="0.4", features=["serde"] } chrono-tz = "0.8" anyhow = "1" [build-dependencies] anyhow = "1" serde = {version="~1", features=["derive"]} serde_yaml = "0" codegen = "0.2" convert_case = "0.6" build-helper = "0.1" regex = "1" lazy_static = "1.4"