# 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] edition = "2021" name = "ruby-prism" version = "1.2.0" authors = [ "Steve Loveless ", "Ian Ker-Seymer ", "Kevin Newton ", ] include = [ "src/", "build.rs", "Cargo.toml", "Cargo.lock", "vendor", ] description = "Rustified version of Ruby's prism parsing library" keywords = [ "ruby", "parser", "ffi", "bindings", ] categories = [ "api-bindings", "development-tools::ffi", "external-ffi-bindings", "parsing", ] license-file = "LICENSE.md" repository = "https://github.com/ruby/prism" [dependencies.ruby-prism-sys] version = "1.2.0" [build-dependencies.serde] version = "1.0" features = ["derive"] [build-dependencies.serde_yaml] version = "0.9" [features] default = ["vendored"] vendored = ["ruby-prism-sys/vendored"]