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