[package] name = "range-trace" version = "0.1.0" edition = "2024" rust-version = "1.92" publish = false description = "Records which byte ranges of an HDF5 file the clawhdf5 facade reads (docs/design/range-reads.md)" # Outside the main workspace on purpose: a measurement tool for a design # document, never built by `cargo test --workspace`. x86-64 Linux only. [workspace] [dependencies] # Default features minus nothing: `parallel` is off by default, and the tracer # relies on every read happening on the main thread. clawhdf5 = { path = "../../../../crates/clawhdf5" } libc = "0.2"