# 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.68" name = "vuln-reach" version = "0.1.1" authors = ["Phylum, Inc. "] description = "Code reachability path analysis." documentation = "https://docs.rs/vuln-reach" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/phylum-dev/vuln-reach" [dependencies.flate2] version = "1.0.24" [dependencies.itertools] version = "0.10.5" [dependencies.lazy_static] version = "1.4.0" [dependencies.ouroboros] version = "0.17.0" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.93" [dependencies.tar] version = "0.4.38" [dependencies.thiserror] version = "1.0.37" [dependencies.tree-sitter] version = "0.20.9" [dependencies.walkdir] version = "2.3.2" [dev-dependencies.maplit] version = "1.0.2" [dev-dependencies.tempfile] version = "3.3.0" [dev-dependencies.textwrap] version = "0.16.0" [build-dependencies.cc] version = "1.0.76"