cesty 0.1.0

A dead simple way of mocking extern functions, in cases where the external library is not avaible.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"