[dependencies.anyhow]
version = "1"
[dependencies.bincode]
features = ["serde"]
version = "2"
[dependencies.log]
version = "0.4"
[dependencies.subsecond]
version = "0.7"
[dependencies.tokio]
features = ["net", "io-util"]
optional = true
version = "1.45"
[features]
server = ["dep:tokio"]
[lib]
name = "cargo_hot_protocol"
path = "src/lib.rs"
[lints.rust]
unsafe_code = "deny"
unused_results = "deny"
[lints.rust.rust_2018_idioms]
level = "deny"
priority = -1
[package]
authors = ["Héctor Ramón Jiménez <hector@hecrj.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Protocol for cargo-hot integration"
edition = "2024"
license = "MIT"
name = "cargo-hot-protocol"
readme = false
repository = "https://github.com/hecrj/cargo-hot"
version = "0.1.1"