# 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 = "mockers" version = "0.23.0" authors = ["Mikhail Trishchenkov "] description = "Mocking library" documentation = "https://github.com/kriomant/mockers/blob/0.23.0/README.md" readme = "README.md" keywords = [ "mock", "test", ] license = "MIT" repository = "https://github.com/kriomant/mockers" [lib] name = "mockers" [[test]] name = "generic_method" path = "tests/generic_method.rs" required-features = ["nightly"] [dependencies.itertools] version = "0.8.0" [dependencies.no_deadlocks] version = "1.3.0" optional = true [dependencies.send_wrapper] version = "0.6" [dev-dependencies.mockers_derive] version = "0.23.0" [dev-dependencies.tokio-test] version = "0.4.3" [features] debug = ["mockers_derive/debug"] nightly = ["mockers_derive/nightly"] use_no_deadlocks = ["no_deadlocks"]