# 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" name = "flowistry_ide" version = "0.5.42" authors = ["Will Crichton "] description = "Information Flow in the IDE for Rust" readme = "README.md" license = "MIT" repository = "https://github.com/willcrichton/flowistry" [package.metadata.rust-analyzer] rustc_private = true [dependencies.anyhow] version = "1" [dependencies.base64] version = "0.21" [dependencies.cfg-if] version = "1.0" [dependencies.clap] version = "4.4" features = [ "std", "derive", ] default-features = false [dependencies.env_logger] version = "0.9" default-features = false [dependencies.flate2] version = "1" [dependencies.flowistry] version = "0.5.42" [dependencies.fluid-let] version = "1.0" [dependencies.indexical] version = "0.3.1" features = ["rustc"] default-features = false [dependencies.itertools] version = "0.10" [dependencies.log] version = "0.4" [dependencies.petgraph] version = "0.6" optional = true default-features = false [dependencies.rayon] version = "1.5" optional = true [dependencies.rustc_plugin] version = "=0.8.0-nightly-2024-01-06" [dependencies.rustc_utils] version = "=0.8.0-nightly-2024-01-06" features = [ "indexical", "serde", ] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [features] decompose = [ "petgraph", "rayon", ]