# 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] name = "conch-parser" version = "0.1.1" authors = ["Ivan Petkov "] description = "A library for parsing programs written in the shell programming language.\n" homepage = "https://github.com/ipetkov/conch-parser" documentation = "https://docs.rs/conch-parser/" readme = "README.md" keywords = ["shell", "parser", "parsing"] categories = ["parser-implementations"] license = "MIT/Apache-2.0" repository = "https://github.com/ipetkov/conch-parser" [dependencies.void] version = "1" [dev-dependencies.owned_chars] version = "0.2.1" [features] clippy = [] nightly = [] [badges.appveyor] repository = "ipetkov/conch-parser" [badges.codecov] repository = "ipetkov/conch-parser" [badges.is-it-maintained-issue-resolution] repository = "ipetkov/conch-parser" [badges.is-it-maintained-open-issues] repository = "ipetkov/conch-parser" [badges.travis-ci] repository = "ipetkov/conch-parser"