# 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 = "2018" name = "factori-imp" version = "0.9.3" authors = [ "Hugo Almeida ", "Michael Killough ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "factori-imp(roved), a factory library for Rust, inspired by FactoryBot. 🤖" readme = "README.md" keywords = [ "factory", "testing", "test", "fixture", ] categories = ["development-tools::testing"] license = "MIT" repository = "https://github.com/GriffinHeart/factori-imp" [lib] name = "factori_imp" path = "src/lib.rs" [[test]] name = "builder" path = "tests/builder.rs" [[test]] name = "create_vec" path = "tests/create_vec.rs" [[test]] name = "import" path = "tests/import.rs" [[test]] name = "multiple_factories" path = "tests/multiple_factories.rs" [[test]] name = "simple" path = "tests/simple.rs" [[test]] name = "transient" path = "tests/transient.rs" [dependencies.factori-imp-impl] version = "0.9.3"