siderophile 0.1.3

Find the ideal fuzz targets in a Rust codebase
[package]
name = "siderophile"
version = "0.1.3"
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]
cargo = { version = "0.55.0" }
cargo-util = "0.1.1"
env_logger = "0.9"
log = "0.4"
structopt = "0.3"
quote = "1.0.9"
syn = { version = "1.0", features = ["full", "visit"] }
walkdir = "2.3"
regex = "1"
llvm-ir = {version = "0.8.0", features = ["llvm-12"]}
anyhow = "1"
rustc-demangle = "0.1"
glob = "0.3"
tempfile = "3.2.0"