ruby-prism 1.8.0

Rustified version of Ruby's prism parsing library
Documentation
[build-dependencies.serde]
features = ["derive"]
version = "1.0"

[build-dependencies.serde_json]
version = "1.0"

[dependencies.ruby-prism-sys]
version = "1.8.0"

[features]
default = ["vendored"]
vendored = ["ruby-prism-sys/vendored"]

[lib]
name = "ruby_prism"
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.rs"
categories = ["api-bindings", "development-tools::ffi", "external-ffi-bindings", "parsing"]
description = "Rustified version of Ruby's prism parsing library"
edition = "2021"
include = ["src/", "build.rs", "Cargo.toml", "Cargo.lock", "vendor"]
keywords = ["ruby", "parser", "ffi", "bindings"]
license-file = "LICENSE.md"
name = "ruby-prism"
readme = false
repository = "https://github.com/ruby/prism"
version = "1.8.0"