# 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.75" name = "scopegraphs" version = "0.3.2" authors = [ "Aron Zwaan ", "Jonathan Dönszelmann ", ] description = "A well-documented port of scopegraphs to Rust" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/metaborg/rust-scopegraphs" [package.metadata.docs.rs] cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", ] features = ["documentation"] rustdoc-args = [ "--cfg", "docsrs", "--generate-link-to-definition", ] [package.metadata.playground] features = ["documentation"] [dependencies.bumpalo] version = "3" [dependencies.futures] version = "0.3" features = ["std"] default-features = false [dependencies.log] version = "0.4" [dependencies.scopegraphs-macros] version = "0.3.2" [dependencies.scopegraphs-prust-lib] version = "0.1.0" [dependencies.scopegraphs-regular-expressions] version = "0.3.2" [dependencies.scopegraphs-render-docs] version = "0.3.2" optional = true [dev-dependencies.async-recursion] version = "1" [dev-dependencies.ctor] version = "0.2" [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.futures] version = "0.3" features = [ "alloc", "executor", ] default-features = false [dev-dependencies.smol] version = "2" [dev-dependencies.winnow] version = "0.6" [features] default = [ "dot", "dynamic-regex", ] documentation = ["dep:scopegraphs-render-docs"] dot = [ "scopegraphs-regular-expressions/dot", "scopegraphs-macros/dot", ] dynamic-regex = ["scopegraphs-regular-expressions/dynamic"]