ruby-prism-sys 1.9.0

Rust bindings to Ruby's prism parsing library
Documentation
# 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-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