[dependencies.quote]
version = "1.0.37"
[dependencies.syn]
features = ["full"]
version = "2.0.89"
[lib]
crate-type = ["proc-macro"]
name = "mockimbap"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Chanwook Lee <neverprogrammer@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Mockimbap is a macro for mocking Rust functions"
edition = "2021"
license = "MIT"
name = "mockimbap"
readme = "README.md"
repository = "https://github.com/neverprogrammer/mockimbap"
version = "0.1.0"