[[bin]]
name = "apimock"
path = "src/main.rs"
[dependencies.console]
version = "^0.15"
[dependencies.http-body-util]
version = "^0.1"
[dependencies.hyper]
features = ["server", "http1", "http2"]
version = "1"
[dependencies.hyper-util]
features = ["server", "http1", "http2", "tokio"]
version = "^0.1"
[dependencies.json5]
version = "^0.4"
[dependencies.log]
version = "^0.4"
[dependencies.serde]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.tokio]
features = ["full"]
version = "1"
[dependencies.toml]
version = "^0.8"
[dev-dependencies.hyper]
features = ["client"]
version = "1"
[features]
spawn = []
[lib]
name = "apimock"
path = "src/lib.rs"
[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 = "API mock Server generating HTTP/JSON responses"
edition = "2021"
keywords = ["https", "api", "mock", "testing"]
license = "Apache-2.0"
name = "apimock"
readme = "README.md"
repository = "https://github.com/nabbisen/apimock-rs"
rust-version = "1.78.0"
version = "2.9.2"
[profile.dev]
incremental = true
lto = false
opt-level = 1
[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
strip = true
[[test]]
name = "test"
path = "tests/test.rs"