[package]
version.workspace = true
rust-version.workspace = true
edition.workspace = true
publish = true
name = "metaslang_stack_graphs"
description = "Stack graphs utilities used in Slang"
homepage = "https://nomicfoundation.github.io/slang/"
repository = "https://github.com/NomicFoundation/slang/"
authors = [
"Slang Team <slang@nomic.foundation>",
"Nomic Foundation <packages@nomic.foundation>",
]
readme = "README.md"
license = "MIT"
keywords = ["stack-graphs"]
categories = ["compilers"]
[dependencies]
bitvec = { workspace = true }
controlled-option = { workspace = true }
either = { workspace = true }
enumset = { workspace = true }
fxhash = { workspace = true }
itertools = { workspace = true }
libc = { workspace = true }
lsp-positions = { workspace = true }
smallvec = { workspace = true, features = ["union"] }
thiserror = { workspace = true }
[lints.rust]
unexpected_cfgs = "allow"
[lints.rustdoc]
all = "allow"
[lints.clippy]
all = "allow"