# 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 = "test-toolbox" version = "0.5.0" authors = ["Nejat"] include = ["src/**/*", "Cargo.toml", "LICENSE-MIT", "README.md"] description = "This library provides useful macros for unit testing" homepage = "https://github.com/Nejat/test-toolbox-rs" keywords = ["testing", "expected", "actual", "output", "capture"] categories = ["development-tools::testing"] license = "MIT" repository = "https://github.com/Nejat/test-toolbox-rs" resolver = "2" [package.metadata.docs.rs] features = ["all"] [dependencies.cfg-if] version = "1" optional = true [dependencies.gag] version = "1" optional = true [dev-dependencies.version-sync] version = "0.9" [features] actual = ["cfg-if"] all = ["actual", "capture", "expected"] capture = ["gag"] default = [] expected = ["cfg-if"]