ruby-prism-sys 1.8.0

Rust bindings to Ruby's prism parsing library
Documentation
[build-dependencies.bindgen]
version = "0.72"

[build-dependencies.cc]
optional = true
version = "1.0"

[features]
default = ["vendored"]
vendored = ["dep:cc"]

[lib]
name = "ruby_prism_sys"
path = "src/lib.rs"

[package]
authors = ["Steve Loveless <steve.loveless@gmail.com>", "Ian Ker-Seymer <hello@ianks.com>", "Kevin Newton <kddnewton@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build/main.rs"
categories = ["api-bindings", "development-tools::ffi", "external-ffi-bindings", "parsing"]
description = "Rust bindings to Ruby's prism parsing library"
edition = "2021"
include = ["src/", "build/", "Cargo.toml", "Cargo.lock", "README.md", "vendor"]
keywords = ["ruby", "parser", "ffi", "bindings"]
license-file = "LICENSE.md"
links = "prism"
name = "ruby-prism-sys"
readme = "README.md"
repository = "https://github.com/ruby/prism"
version = "1.8.0"