[dependencies.async-trait]
version = "0.1.89"
[dependencies.bytes]
version = "1.10.1"
[dependencies.clap]
features = ["derive"]
version = "4.5.47"
[dependencies.derive_more]
features = ["from"]
version = "2.0.1"
[dependencies.futures-util]
version = "0.3.31"
[dependencies.log]
version = "0.4.28"
[dependencies.reqwest]
features = ["stream"]
version = "0.12.23"
[dependencies.rstaples]
version = "0.1.1"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.serde_json]
version = "1.0.143"
[dev-dependencies.clap]
features = ["derive"]
version = "4.5.47"
[dev-dependencies.uname]
version = "0.1.1"
[[example]]
name = "omcpcli"
path = "examples/omcpcli.rs"
[lib]
name = "omcp"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Utility functions"
edition = "2024"
homepage = "https://github.com/uintptr/omcp"
license = "MIT"
name = "omcp"
readme = "README.md"
repository = "https://github.com/uintptr/omcp"
version = "0.1.7"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio]
features = ["macros", "tokio-macros", "test-util", "rt-multi-thread"]
version = "1.47.1"
[target.'cfg(target_arch = "wasm32")'.dependencies.tokio]
features = ["macros", "tokio-macros", "test-util"]
version = "1.47.1"