• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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.8"
16authors = ["The rust-fuzz Project Developers"]
17build = "build.rs"
18autolib = false
19autobins = false
20autoexamples = false
21autotests = false
22autobenches = false
23description = "A wrapper around LLVM's libFuzzer runtime."
24readme = "README.md"
25license = "MIT/Apache-2.0/NCSA"
26repository = "https://github.com/rust-fuzz/libfuzzer"
27
28[lib]
29name = "libfuzzer_sys"
30path = "src/lib.rs"
31
32[dependencies.arbitrary]
33version = "1"
34
35[dev-dependencies.flate2]
36version = "1.0.24"
37
38[dev-dependencies.rand]
39version = "0.8.5"
40
41[build-dependencies.cc]
42version = "1.0"
43features = ["parallel"]
44
45[features]
46arbitrary-derive = ["arbitrary/derive"]
47default = ["link_libfuzzer"]
48link_libfuzzer = []
49