# 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" version = "0.5.42" authors = ["Will Crichton "] description = "Modular information flow analysis" readme = "README.md" license = "MIT" repository = "https://github.com/willcrichton/flowistry" [package.metadata.rust-analyzer] rustc_private = true [[bench]] name = "main" harness = false [dependencies.anyhow] version = "1" [dependencies.cfg-if] version = "1.0" [dependencies.fluid-let] version = "1.0" [dependencies.html-escape] version = "0.2" optional = true [dependencies.indexical] version = "0.3.1" features = ["rustc"] default-features = false [dependencies.log] version = "0.4" [dependencies.rustc_utils] version = "=0.8.0-nightly-2024-01-06" features = [ "indexical", "indexical", ] [dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.env_logger] version = "0.9" default-features = false [dev-dependencies.glob] version = "0.3.0" [dev-dependencies.test-log] version = "0.2" [dev-dependencies.textwrap] version = "0.14" default-features = false [features] debug = ["html-escape"] test = ["rustc_utils/test"]