[package]
name = "afl"
version = "0.2.0"
authors = ["Keegan McAllister <mcallister.keegan@gmail.com>", "Corey Farwell <coreyf@rwell.org>"]
description = "Fuzzing Rust code with american-fuzzy-lop"
homepage = "https://github.com/rust-fuzz/afl.rs"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/rust-fuzz/afl.rs"
[dependencies.cc]
version = "1.0"
[dependencies.rustc_version]
version = "0.2"
[dependencies.xdg]
version = "2.1"
[build-dependencies.rustc_version]
version = "0.2"
[build-dependencies.xdg]
version = "2.1"