# 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 = "2018" name = "stack-graphs" version = "0.14.0" authors = [ "GitHub ", "Douglas Creager ", ] description = "Name binding for arbitrary programming languages" homepage = "https://github.com/github/stack-graphs/tree/main/stack-graphs" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/github/stack-graphs/" [package.metadata.docs.rs] all-features = true [lib] test = false [dependencies.bincode] version = "2.0.0-rc.3" optional = true [dependencies.bitvec] version = "1.0.1" [dependencies.controlled-option] version = "0.4.1" [dependencies.either] version = "1.6" [dependencies.enumset] version = "1.1" [dependencies.fxhash] version = "0.2" [dependencies.itertools] version = "0.10.2" [dependencies.libc] version = "0.2" [dependencies.lsp-positions] version = "0.3" [dependencies.rusqlite] version = "0.28" features = [ "bundled", "functions", ] optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.serde_with] version = "3.1" optional = true [dependencies.smallvec] version = "1.6" features = ["union"] [dependencies.thiserror] version = "1.0" [dev-dependencies.assert-json-diff] version = "2" [dev-dependencies.maplit] version = "1.0" [dev-dependencies.pretty_assertions] version = "0.7" [dev-dependencies.serde_json] version = "1.0" [features] bincode = [ "dep:bincode", "lsp-positions/bincode", ] copious-debugging = [] serde = [ "dep:serde", "serde_with", "lsp-positions/serde", ] storage = [ "bincode", "rusqlite", ] visualization = [ "serde", "serde_json", ]