aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
blob: b2aeb4aa060b1f1ce34579647d151134c130f324 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
authors = ["The rust-fuzz Project Developers"]
description = "A wrapper around LLVM's libFuzzer runtime."
edition = "2018"
license = "MIT/Apache-2.0/NCSA"
name = "libfuzzer-sys"
readme = "./README.md"
repository = "https://github.com/rust-fuzz/libfuzzer"
version = "0.3.4"

[dependencies]
arbitrary = "0.4.6"

[build-dependencies]
cc = "1.0"

[features]
arbitrary-derive = ["arbitrary/derive"]