bsread 0.2.0

Rust implementation of the BSREAD streaming protocol
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 = "2024"
name = "bsread"
version = "0.2.0"
authors = ["Alexandre Gobbo <alexandre.gobbo@psi.ch>"]
build = "build.rs"
links = "libbitshuffle"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust implementation of the BSREAD streaming protocol"
homepage = "https://www.psi.ch"
readme = "README.md"
categories = ["network-programming"]
license = "GPL-3.0-or-later"
repository = "https://github.com/paulscherrerinstitute/bsread_rust"

[features]
default = []
dispatcher = ["dep:reqwest"]

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

[dependencies.byteorder]
version = "1.4"

[dependencies.cc]
version = "1.2.1"

[dependencies.env_logger]
version = "0.11.9"

[dependencies.indexmap]
version = "2.13.0"

[dependencies.lazy_static]
version = "1.4"

[dependencies.log]
version = "0.4.22"

[dependencies.lz4]
version = "1.24"

[dependencies.md-5]
version = "0.10"

[dependencies.num]
version = "0.4.3"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.rand]
version = "0.10.0"

[dependencies.reqwest]
version = "0.13.2"
features = [
    "blocking",
    "json",
    "rustls",
]
optional = true
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.zmq]
version = "0.10"

[build-dependencies.cc]
version = "1.2.1"