quo-rust 0.1.7

Companion package for the Quo debugger.
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 = "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"