# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "fn-fixture" version = "1.0.2" authors = ["Velocity, A Managed Services Company", "Wesley Wolfe"] include = ["src/lib.rs", "Cargo.toml"] description = "Procedural macro designed to quickly generate snapshots of a fixture" homepage = "https://github.com/Wolvereness/fn-fixture-rs/tree/main/fn-fixture" documentation = "https://github.com/Wolvereness/fn-fixture-rs/tree/main/fn-fixture" readme = "README.md" keywords = ["testing", "snapshot", "fixture"] categories = ["development-tools::testing"] license = "MIT" repository = "https://github.com/Wolvereness/fn-fixture-rs/" [lib] proc-macro = true [dependencies.fn-fixture-lib] version = "=1.0.2" [dev-dependencies.rustfmt] version = "0.10.0"