# 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 = "testing_unit" version = "1.2.1" description = "A unit testing library" documentation = "https://docs.rs/unit-testing/" readme = "README.md" license = "GPL-2.0-or-later" repository = "https://github.com/taishingi/zuu/tree/master/unit-testing" resolver = "1" [lib] name = "unit" crate-type = ["lib"] path = "src/tdd.rs" test = true doctest = true bench = true doc = true proc-macro = true harness = true [dependencies.colored_truecolor] version = "0.1.0" [dependencies.is_executable] version = "1.0.1" [dependencies.maplit] version = "1.0.2" [dependencies.mockall] version = "0.11.4" [dependencies.num] version = "0.4.0" [dependencies.openssl] version = "0.10" [dependencies.openssl-sys] version = "0.9" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ]