[package] name = "interception-mock" description = "dll providing the same interface as the interception library for mocking it in tests" authors = ["Vasiliy Poverennov "] version = "0.0.2" edition = "2021" license = "LGPL-3.0" homepage = "https://github.com/vpoverennov/interception-mock" repository = "https://github.com/vpoverennov/interception-mock" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] crate-type = ["cdylib"] [dependencies]