# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "elastiql" version = "0.5.0" authors = ["William Myers "] description = "An opinionated Elasticsearch query language for Rust." keywords = ["elasticsearch", "graphql"] license = "MIT OR Apache-2.0" repository = "https://github.com/voxjar/elastiql" [package.metadata.release] no-dev-version = true pre-release-commit-message = "chore: release v{{version}}" tag-message = "{{crate_name}} v{{version}}" [[package.metadata.release.pre-release-replacements]] file = "CHANGELOG.md" min = 0 prerelease = true replace = "### [v{{version}}](https://github.com/voxjar/elastiql/compare/v{{prev_version}}...v{{version}}) ({{date}})" search = "## \\[Unreleased\\].*" [[package.metadata.release.pre-release-replacements]] file = "CHANGELOG.md" min = 0 prerelease = true replace = "#### Fixes" search = "#{2,4} Fixes" [[package.metadata.release.pre-release-replacements]] file = "CHANGELOG.md" min = 0 prerelease = true replace = "#### Features" search = "#{2,4} Features" [dependencies.async-graphql] version = "2.9.9" optional = true [dependencies.base64] version = "0.13" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.typed-builder] version = "0.9" optional = true [dev-dependencies.elasticsearch] version = "7.12.1-alpha.1" [dev-dependencies.tokio] version = "1" features = ["rt-multi-thread", "macros"] default-features = false [features] builder = ["typed-builder"] default = ["builder"] graphql = ["async-graphql"]