[package] name = "mockall_examples" version = "0.7.3" authors = ["Alan Somers "] license = "MIT/Apache-2.0" repository = "https://github.com/asomers/mockall" categories = ["development-tools::testing"] keywords = ["mock", "mocking", "testing"] documentation = "https://docs.rs/mockall_examples" edition = "2018" description = """ Examples of autogenerated mock objects by Mockall """ [badges.maintenance] status = "deprecated" [package.metadata.docs.rs] features = ["nightly"] [dependencies] mockall = { version = "= 0.7.2", path = "../mockall" } [features] # Extra features for the nightly compiler only nightly = []