1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2018" 14name = "libfuzzer-sys" 15version = "0.4.7" 16authors = ["The rust-fuzz Project Developers"] 17description = "A wrapper around LLVM's libFuzzer runtime." 18readme = "./README.md" 19license = "MIT/Apache-2.0/NCSA" 20repository = "https://github.com/rust-fuzz/libfuzzer" 21 22[dependencies.arbitrary] 23version = "1" 24 25[dependencies.once_cell] 26version = "1" 27 28[dev-dependencies.flate2] 29version = "1.0.24" 30 31[dev-dependencies.rand] 32version = "0.8.5" 33 34[build-dependencies.cc] 35version = "1.0" 36features = ["parallel"] 37 38[features] 39arbitrary-derive = ["arbitrary/derive"] 40default = ["link_libfuzzer"] 41link_libfuzzer = [] 42