siderophile 0.1.4

Find the ideal fuzz targets in a Rust codebase
[package]
name = "siderophile"
version = "0.1.4"
authors = ["Michael Rosenberg <michael.rosenberg@trailofbits.com>", "Claudia Richoux <claudia.richoux@trailofbits.com>"]
edition = "2018"
license = "AGPL-3.0"
description = "Find the ideal fuzz targets in a Rust codebase"
repository = "https://github.com/trailofbits/siderophile"

[lib]
name = "siderophile_callgraph"
path = "src/lib.rs"

[[bin]]
name = "siderophile"
path = "src/main.rs"

[dependencies]
anyhow = "1"
cargo = { version = "0.58.0" }
cargo-util = "0.1.1"
env_logger = "0.9"
glob = "0.3"
# llvm-ir = { version = "0.8.1", features = ["llvm-13"] }
llvm-ir = { version = "0.8.1", git = "https://github.com/cdisselkoen/llvm-ir", rev = "e790e1a02e59d01ba9673570bb0fd8aea094b895", features = ["llvm-13"] }
log = "0.4"
quote = "1.0.10"
regex = "1"
rustc-demangle = "0.1"
rustc_version = "0.4.0"
structopt = "0.3"
syn = { version = "1.0", features = ["full", "visit"] }
tempfile = "3.2.0"
walkdir = "2.3"