# 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 = "2018" name = "mocktopus" version = "0.8.0" authors = [ "CodeSandwich ", "gregdhill ", ] exclude = [ "logo.png", "logo.svg", ] description = "Mocking framework for Rust" readme = "crates_io_readme.md" keywords = [ "testing", "mocking", "tdd", ] categories = ["development-tools::testing"] license = "MIT" repository = "https://github.com/CodeSandwich/Mocktopus" [lib] doctest = false [dependencies.mocktopus_macros] version = "0.7.11" [dev-dependencies.tokio] version = "0.2" features = ["full"] [badges.travis-ci] repository = "CodeSandwich/Mocktopus"