[package] name = "moq" description = "Mock generator" authors = ["LazyMechanic "] license = "MIT OR Apache-2.0" version = "0.5.0" repository = "https://github.com/LazyMechanic/moq" documentation = "https://docs.rs/moq" keywords = ["test", "mock", "mocking", "generator"] categories = ["development-tools::testing"] include = ["src/**/*.rs", "README.md", "LICENSE"] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] moq_derive = { version = "=0.4.0", path = "../moq_derive" } moq_lambda = { version = "=0.2.1", path = "../moq_lambda" } async-trait = "0.1" [dev-dependencies] tokio = { version = "1.17.0", features = ["full"] }