[package]
edition = "2021"
name = "quo-rust"
version = "0.1.7"
authors = ["Protoqol <open-source@protoqol.nl"]
build = false
exclude = [".github/**/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Companion package for the Quo debugger."
readme = "README.md"
keywords = [
"quo",
"debug",
"debugging",
]
categories = [
"development-tools",
"development-tools::debugging",
"development-tools::testing",
]
license = "GPL-3.0-only"
repository = "https://github.com/Protoqol/Quo-rust"
[lib]
name = "quo_rust"
path = "src/lib.rs"
[dependencies.chrono]
version = "0.4"
features = ["wasmbind"]
[dependencies.serde]
version = "1"
features = ["derive"]
[target.'cfg(not(target_family = "wasm"))'.dependencies.ureq]
version = "3"
features = ["json"]
default-features = false
[target.'cfg(not(target_family = "wasm"))'.dev-dependencies.httpmock]
version = "0.8.3"
[target.'cfg(target_family = "wasm")'.dependencies.ehttp]
version = "0.6.0"
features = ["json"]
[target.'cfg(target_family = "wasm")'.dependencies.serde-json-wasm]
version = "1.0.1"
[target.'cfg(target_family = "wasm")'.dependencies.wasm-bindgen-test]
version = "0.3.43"