# 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] name = "promql" version = "0.5.0" authors = ["vthriller "] description = "PromQL parser" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/vthriller/promql" [dependencies.builder-pattern] version = "0.3" [dependencies.nom] version = "7.0" [dependencies.quick-error] version = "2.0" [dependencies.serde] version = "1.0" optional = true [dependencies.serde_derive] version = "1.0" optional = true [features] default = [] serializable = [ "serde", "serde_derive", ]