[[bin]]
name = "apimock"
path = "src/main.rs"
[dependencies.console]
version = "0"
[dependencies.csv]
version = "1"
[dependencies.http-body-util]
version = "0"
[dependencies.hyper]
features = ["server", "http1", "http2"]
version = "1"
[dependencies.hyper-util]
features = ["server", "http1", "http2", "tokio"]
version = "0"
[dependencies.json5]
version = "0"
[dependencies.log]
version = "0"
[dependencies.rhai]
features = ["sync", "serde"]
version = "1"
[dependencies.rustls]
default-features = false
features = ["log", "ring"]
version = "0"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.tokio]
features = ["full"]
version = "^1.44"
[dependencies.tokio-rustls]
default-features = false
features = ["logging", "ring", "tls12"]
version = "0"
[dependencies.toml]
version = "0"
[dev-dependencies.local-ip-address]
version = "^0"
[dev-dependencies.rand]
version = "^0"
[dev-dependencies.rcgen]
version = "^0"
[dev-dependencies.reqwest]
version = "^0"
[features]
default = []
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 = "A developer-friendly, featherlight and functional HTTP(S) mock server built in Rust."
edition = "2021"
keywords = ["http", "api", "mock", "testing"]
license = "Apache-2.0"
name = "apimock"
readme = "README.md"
repository = "https://github.com/apimokka/apimock-rs"
rust-version = "1.78.0"
version = "4.4.1"
[profile.dev]
incremental = true
lto = false
opt-level = 1
[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
strip = true
[[test]]
name = "args"
path = "tests/args.rs"
[[test]]
name = "constant"
path = "tests/constant.rs"
[[test]]
name = "server"
path = "tests/server.rs"
[[test]]
name = "test"
path = "tests/test.rs"
[[test]]
name = "util"
path = "tests/util.rs"