# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.70.0" name = "dearbitrary" version = "1.0.4" authors = [ "Otter-Sec", "Aleksandre Khokhiashvili ", "qdrs ", ] description = "The trait for generating unstructured data from structured data" documentation = "https://docs.rs/dearbitrary/" readme = "README.md" keywords = [ "dearbitrary", "testing", ] categories = ["development-tools::testing"] license = "MIT" repository = "https://github.com/otter-sec/dearbitrary/" [[test]] name = "derive" path = "./tests/derive.rs" required-features = ["derive"] [dependencies.derive_dearbitrary] version = "1.0.4" optional = true [dev-dependencies.arbitrary] version = "1.3.1" features = ["derive"] [features] derive = ["derive_dearbitrary"]