indi 5.1.1

Client library for interfacing with the Instrument Neutral Distributed Interface (INDI) protocol.
Documentation
[dependencies.base64]
version = "0.13.0"

[dependencies.chrono]
version = "~0.4"

[dependencies.crossbeam-channel]
version = "0.5.6"

[dependencies.derivative]
version = "2.2.0"

[dependencies.derive_more]
features = ["full"]
version = "2.0.1"

[dependencies.encoding]
version = "0.2"

[dependencies.fitsrs]
version = "0.3.2"

[dependencies.futures]
version = "0.3"

[dependencies.itertools]
version = "0.14.0"

[dependencies.libc]
optional = true
version = "0.2.139"

[dependencies.log]
version = "0.4.17"

[dependencies.ndarray]
version = "0.15.6"

[dependencies.once_cell]
version = "1.17.1"

[dependencies.quick-xml]
features = ["encoding", "serialize", "serde", "tokio", "async-tokio"]
version = "~0.33.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.164"

[dependencies.tokio]
features = ["macros"]
version = "1.40"

[dependencies.tokio-stream]
features = ["sync"]
version = "0"

[dependencies.tokio-tungstenite-wasm]
optional = true
version = "0.4"

[dependencies.tracing]
version = "0.1.41"

[dependencies.twinkle_client]
version = "0.2.3"

[dependencies.wasm-bindgen-futures]
optional = true
version = "0.4"

[dev-dependencies.futures-test]
version = "0.3.31"

[dev-dependencies.tokio]
features = ["full"]
version = "1"

[dev-dependencies.tracing-subscriber]
version = "0.3.19"

[dev-dependencies.tracing-test]
features = ["no-env-filter"]
version = "0.2.5"

[features]
default = []
full = []
wasm = ["dep:wasm-bindgen-futures", "dep:tokio-tungstenite-wasm"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Client library for interfacing with the Instrument Neutral Distributed Interface (INDI) protocol."
edition = "2021"
homepage = "https://github.com/cconstantine/twinkle/tree/master/indi"
license = "MIT OR Apache-2.0"
name = "indi"
readme = "README.md"
repository = "https://github.com/cconstantine/twinkle/"
version = "5.1.1"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.axum]
features = ["ws"]
version = "0.7.5"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.axum-extra]
features = ["typed-header"]
version = "0.9.3"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio-tungstenite]
version = "0.24.0"