Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 3854c35cae..1842bf46da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -48,6 +48,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "33954243bd79057c2de7338850b85983a44588021f8a5fee574a8888c6de4344" [[package]] +name = "arbitrary" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "577b08a4acd7b99869f863c50011b01eb73424ccc798ecd996f2e24817adfca7" + +[[package]] name = "arrayvec" version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -147,8 +153,11 @@ checksum = "e70cc2f62c6ce1868963827bd677764c62d07c3d9a3e1fb1177ee1a9ab199eb2" name = "cfg" version = "0.0.0" dependencies = [ + "arbitrary", + "derive_arbitrary", "expect-test", "mbe", + "oorandom", "rustc-hash", "syntax", "tt", @@ -292,6 +301,17 @@ dependencies = [ ] [[package]] +name = "derive_arbitrary" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b24629208e87a2d8b396ff43b15c4afb0a69cea3fbbaa9ed9b92b7c02f0aed73" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] name = "dissimilar" version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" |