metaslang_stack_graphs 1.3.3

Stack graphs utilities used in Slang
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"
rust-version = "1.87.0"
name = "metaslang_stack_graphs"
version = "1.3.3"
authors = [
    "Slang Team <slang@nomic.foundation>",
    "Nomic Foundation <packages@nomic.foundation>",
]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Stack graphs utilities used in Slang"
homepage = "https://nomicfoundation.github.io/slang/"
readme = "README.md"
keywords = ["stack-graphs"]
categories = ["compilers"]
license = "MIT"
repository = "https://github.com/NomicFoundation/slang/"

[lib]
name = "metaslang_stack_graphs"
path = "src/lib.rs"

[dependencies.bitvec]
version = "1.0.1"

[dependencies.controlled-option]
version = "0.4.1"

[dependencies.either]
version = "1.6.0"

[dependencies.enumset]
version = "1.1.0"

[dependencies.fxhash]
version = "0.2.0"

[dependencies.itertools]
version = "0.13.0"

[dependencies.libc]
version = "0.2.0"

[dependencies.lsp-positions]
version = "0.3.0"

[dependencies.smallvec]
version = "1.15.0"
features = [
    "union",
    "union",
]

[dependencies.thiserror]
version = "2.0.12"

[lints.clippy]
all = "allow"

[lints.rust]
unexpected_cfgs = "allow"

[lints.rustdoc]
all = "allow"