# 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 = "extel" version = "0.2.2" authors = ["Jacob Strader "] description = "An extended testing library for scaffolding tests as quickly and easily as possible" readme = "README.md" keywords = [ "testing", "test", "parameterized", ] categories = [ "development-tools", "development-tools::testing", ] license = "MIT" repository = "https://github.com/jtstrader/extel" [package.metadata.docs.rs] features = ["parameterized"] [dependencies.extel_parameterized] version = "0.1.1" [dependencies.thiserror] version = "1.0.49" [features] parameterized = []