flowistry 0.5.42

Modular information flow analysis
[[bench]]
harness = false
name = "main"

[dependencies.anyhow]
version = "1"

[dependencies.cfg-if]
version = "1.0"

[dependencies.fluid-let]
version = "1.0"

[dependencies.html-escape]
optional = true
version = "0.2"

[dependencies.indexical]
default-features = false
features = ["rustc"]
version = "0.3.1"

[dependencies.log]
version = "0.4"

[dependencies.rustc_utils]
features = ["indexical", "indexical"]
version = "=0.8.0-nightly-2024-01-06"

[dependencies.serde]
features = ["derive"]
version = "1"

[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.env_logger]
default-features = false
version = "0.9"

[dev-dependencies.glob]
version = "0.3.0"

[dev-dependencies.test-log]
version = "0.2"

[dev-dependencies.textwrap]
default-features = false
version = "0.14"

[features]
debug = ["html-escape"]
test = ["rustc_utils/test"]

[package]
authors = ["Will Crichton <wcrichto@cs.stanford.edu>"]
description = "Modular information flow analysis"
edition = "2021"
license = "MIT"
name = "flowistry"
readme = "README.md"
repository = "https://github.com/willcrichton/flowistry"
version = "0.5.42"

[package.metadata.rust-analyzer]
rustc_private = true