You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
400 B
19 lines
400 B
[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.4.0"
|
|
|
|
[dependencies]
|
|
arbitrary = "1"
|
|
|
|
[build-dependencies]
|
|
cc = "1.0"
|
|
|
|
[features]
|
|
arbitrary-derive = ["arbitrary/derive"]
|