# 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" name = "samplify-rs" version = "0.1.7" authors = ["Harishankar Narayanan "] build = false exclude = [ ".DS_Store", "/target", ".vscode", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A procedural macro to generate sample data for Rust structs." homepage = "https://github.com/Open-Payments/samplify-rs" readme = "README.md" keywords = [ "sample", "generator", "Mock", "Testing", "Data", ] categories = [ "data-structures", "development-tools", ] license = "Apache-2.0" repository = "https://github.com/Open-Payments/samplify-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--generate-link-to-definition"] targets = ["x86_64-unknown-linux-gnu"] [lib] name = "samplify_rs" path = "src/lib.rs" proc-macro = true [[example]] name = "usage" path = "examples/usage.rs" [dependencies.proc-macro2] version = "1.0" features = ["span-locations"] [dependencies.quote] version = "1.0" [dependencies.syn] version = "1.0" features = [ "full", "extra-traits", ] [dev-dependencies.rand] version = "0.8" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0"