# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "ecs_types" version = "0.2.0" description = "Rust types mapping to the elasticsearch common schema" homepage = "https://www.github.com/janstarke/ecs_types" readme = "README.md" license = "Apache-2.0" repository = "https://www.github.com/janstarke/ecs_types" resolver = "2" [dependencies.anyhow] version = "1" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.chrono-tz] version = "0.8" [dependencies.serde] version = "~1" features = ["derive"] [dependencies.serde_json] version = "~1" [build-dependencies.anyhow] version = "1" [build-dependencies.build-helper] version = "0.1" [build-dependencies.codegen] version = "0.2" [build-dependencies.convert_case] version = "0.6" [build-dependencies.lazy_static] version = "1.4" [build-dependencies.regex] version = "1" [build-dependencies.serde] version = "~1" features = ["derive"] [build-dependencies.serde_yaml] version = "0"