wry_cmd 0.1.3

Facade crate combining wry_cmd_core (runtime) and wry_cmd_macro (IPC-command registration) for Wry.
Documentation
[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.wry_cmd_core]
version = "0.1.1"

[dependencies.wry_cmd_macro]
optional = true
version = "0.1.3"

[dev-dependencies.tao]
version = "0.34.0"

[dev-dependencies.wry]
version = "0.52.1"

[[example]]
name = "simple"
path = "examples/simple.rs"

[[example]]
name = "trait"
path = "examples/trait.rs"

[features]
default = ["macros"]
macros = ["wry_cmd_macro"]

[lib]
name = "wry_cmd"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["gui", "development-tools"]
description = "Facade crate combining wry_cmd_core (runtime) and wry_cmd_macro (IPC-command registration) for Wry."
documentation = "https://docs.rs/wry_cmd"
edition = "2021"
homepage = "https://github.com/KitsuneDev/wry_cmd"
keywords = ["ipc", "wry", "tauri", "command"]
license = "MIT OR Apache-2.0"
name = "wry_cmd"
readme = "README.md"
repository = "https://github.com/KitsuneDev/wry_cmd"
resolver = "3"
version = "0.1.3"