# 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" rust-version = "1.65" name = "assert2" version = "0.3.15" authors = [ "Maarten de Vries ", "Mara Bos ", ] description = "assert!(...) and check!(...) macros inspired by Catch2, now with diffs!" documentation = "https://docs.rs/assert2" readme = "README.md" keywords = [ "assert", "check", "test", "unit-test", ] categories = [ "development-tools::debugging", "development-tools::testing", ] license = "BSD-2-Clause" repository = "https://github.com/de-vri-es/assert2-rs" [dependencies.assert2-macros] version = "=0.3.15" [dependencies.diff] version = "0.1.13" [dependencies.is-terminal] version = "0.4.3" [dependencies.yansi] version = "1.0.1"