[package]
edition = "2021"
name = "cesty"
version = "0.1.0"
authors = ["Pil Eghoff <contact@pil.fyi>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A dead simple way of mocking extern functions, in cases where the external library is not avaible."
readme = "README.md"
keywords = [
"mock",
"testing",
"ffi",
"embedded",
]
categories = [
"development-tools::ffi",
"development-tools::testing",
"embedded",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/pileghoff/cesty"
[lib]
name = "cesty"
path = "src/lib.rs"
[dependencies.cesty-macro]
version = "0.1.0"
[dependencies.lazy_static]
version = "1.4.0"