# 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 = "performances-testing" version = "0.1.5" description = "A performances testing library" documentation = "https://docs.rs/performances-testing/" readme = "README.md" categories = ["development-tools"] license = "GPL-2.0-or-later" repository = "https://github.com/taishingi/performances-testing" [lib] name = "performances" crate-type = ["lib"] path = "src/performances.rs" test = true doctest = true bench = true doc = true proc-macro = true harness = true [dependencies.colored_truecolor] version = "0.1.0"