# 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 = "asmov-testing" version = "2.1.4" authors = ["Asmov LLC "] description = "Creates a backup .bak copy of a file" homepage = "https://github.com/asmov/common/tree/dev/testing" readme = "README.md" keywords = [ "integration", "unit", "benchmark", "test", "tests", ] categories = ["development-tools::testing"] license = "GPL-3.0-or-later" repository = "https://github.com/asmov/common" [[example]] name = "typical" test = true [dependencies.anyhow] version = "1" [dependencies.function_name] version = "0" [dependencies.futures] version = "0" [dependencies.lazy_static] version = "1" [dependencies.once_cell] version = "1" [dependencies.rand] version = "0" [dependencies.regex] version = "1" [dependencies.shutdown_hooks] version = "0" [dependencies.sysinfo] version = "0" [dev-dependencies.lazy_static] version = "1.4.0"