Files
third_party_rust_tinyvec/fuzz/Cargo.toml
T
Soveu 41abf04f28 Fuzz Fuzz Fuzz (#98)
* more features for fuzzing

* arrayveciter fuzzer + overflow fix

* moar fuzzers and tinyvecdrain change

* cargo fmt

* Self on enums is not stable in 1.36

* 🐞 BUGFIX: ArrayVecIterator::nth_back

* cargo fmt
2020-08-02 14:40:13 -06:00

17 lines
358 B
TOML

[package]
name = "tinyvec-fuzz"
version = "0.1.0"
authors = []
edition = "2018"
publish = false
[dependencies]
rutenspitz = "0.2.1"
honggfuzz = "0.5.45"
arbitrary = { version = "0.4.5", features = ["derive"] }
better-panic = "0.2.0"
[dependencies.tinyvec]
path = ".."
features = ["rustc_1_40", "grab_spare_slice", "alloc", "nightly_slice_partition_dedup"]