[package] version.workspace = true rust-version.workspace = true edition.workspace = true publish = true name = "metaslang_bindings" description = "Computes semantic language bindings from parsed source code" homepage = "https://nomicfoundation.github.io/slang/" repository = "https://github.com/NomicFoundation/slang/" authors = [ "Nomic Foundation ", "Antony Blakey ", "Igor Matuszewski ", "Omar Tawfik ", ] readme = "README.md" license = "MIT" keywords = ["parser"] categories = ["compilers", "parsing", "parser-implementations"] [dependencies] metaslang_cst = { workspace = true } metaslang_graph_builder = { workspace = true } once_cell = { workspace = true } semver = { workspace = true } stack-graphs = { workspace = true } thiserror = { workspace = true } [dev-dependencies] [features] default = [] __private_testing_utils = [] [lints] workspace = true