[[bin]]
name = "apimokka"
path = "src/main.rs"
[dependencies.apimock]
features = ["spawn"]
version = "2"
[dependencies.fltk]
features = ["fltk-bundled"]
version = "1"
[dependencies.tokio]
version = "1"
[package]
authors = ["nabbisen <nabbisen@scqr.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming", "development-tools", "command-line-utilities"]
description = "Mock with mokka ☕️🌄 Visual mocking helper to handle API mock Server generating HTTP/JSON responses"
edition = "2021"
keywords = ["https", "api", "mock", "testing"]
license = "Apache-2.0"
name = "apimokka"
readme = "README.md"
repository = "https://github.com/nabbisen/apimokka"
rust-version = "1.78.0"
version = "0.1.0"
[profile.dev]
incremental = true
lto = false
opt-level = 1
[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
panic = "abort"
strip = true