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