# 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.4" authors = ["ice1000 "] 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" [package.metadata.docs.rs] rustdoc-args = ["--document-private-items"] [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" [lib] crate-type = ["cdylib"] [dependencies.pest] version = "2.1" [dependencies.pest_meta] version = "2.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"