# 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 = "2018" name = "muninn_query" version = "0.5.0" authors = ["Rasmus Eneman "] exclude = [".gitlab-ci.yml"] description = "Query langugage for muninn logging stack" homepage = "https://gitlab.com/muninn_log/query_language" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://gitlab.com/muninn_log/query_language" [dependencies.chrono] version = "0.4.19" [dependencies.nom] version = "7.1" [dependencies.nom_locate] version = "4" [dependencies.serde_crate] version = "1" features = ["derive"] optional = true package = "serde" [features] serde = ["serde_crate", "chrono/serde"]