pest-ide 0.1.0

Helper library for the IntelliJ IDEA plugin for Pest.
Documentation
# 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 = "pest-ide"
version = "0.1.0"
authors = ["ice1000 <ice1000kotlin@foxmail.com>"]
description = "Helper library for the IntelliJ IDEA plugin for Pest."
homepage = "https://pest-parser.github.io/"
readme = "../README.md"
keywords = ["pest", "grammar", "ide"]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/pest-parser/intellij-pest/tree/master/rust"
[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"

[lib]
crate-type = ["cdylib"]
[dependencies.pest]
version = "2.1.1"

[dependencies.pest_meta]
version = "2.1.1"

[dependencies.pest_vm]
version = "2.1"
[badges.appveyor]
repository = "pest-parser/intellij-pest"
service = "github"

[badges.maintenance]
status = "experimental"

[badges.travis-ci]
repository = "pest-parser/intellij-pest"