[package]
edition = "2018"
name = "factori-impl"
version = "1.1.0"
authors = ["Michael Killough <michaeljkillough@gmail.com>"]
description = "You shouldn't use this crate directly. It's internal to factori."
keywords = ["factory", "testing", "test", "fixture"]
categories = ["development-tools::testing"]
license = "MIT"
repository = "https://github.com/mjkillough/factori"
[lib]
proc-macro = true
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
version = "1.0"