[package]
edition = "2024"
name = "ruby-rbs"
version = "0.3.0"
build = "build.rs"
include = [
"src/**/*",
"vendor/**/*",
"build.rs",
"Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for RBS -- the type signature language for Ruby programs"
homepage = "https://github.com/ruby/rbs"
readme = "README.md"
license = "BSD-2-Clause"
repository = "https://github.com/ruby/rbs.git"
[lib]
name = "ruby_rbs"
path = "src/lib.rs"
[dependencies.ruby-rbs-sys]
version = "0.3"
[build-dependencies.serde]
version = "1.0"
features = ["derive"]
[build-dependencies.serde_yaml]
version = "0.9"