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 = "derive_arbitrary" 15version = "1.1.0" 16authors = [ 17 "The Rust-Fuzz Project Developers", 18 "Nick Fitzgerald <fitzgen@gmail.com>", 19 "Manish Goregaokar <manishsmail@gmail.com>", 20 "Andre Bogus <bogusandre@gmail.com>", 21 "Corey Farwell <coreyf@rwell.org>", 22] 23description = "Derives arbitrary traits" 24documentation = "https://docs.rs/arbitrary/" 25readme = "README.md" 26keywords = [ 27 "arbitrary", 28 "testing", 29 "derive", 30 "macro", 31] 32categories = ["development-tools::testing"] 33license = "MIT/Apache-2.0" 34repository = "https://github.com/rust-fuzz/arbitrary" 35 36[lib] 37proc_macro = true 38 39[dependencies.proc-macro2] 40version = "1.0" 41 42[dependencies.quote] 43version = "1.0" 44 45[dependencies.syn] 46version = "1.0" 47features = ["derive"] 48