[package]
name = "iris-source"
description = "Range oriented data sources for iris: file, mapped file, object store."
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
authors.workspace = true
keywords.workspace = true
categories.workspace = true
readme = "README.md"
[dependencies]
bytes.workspace = true
thiserror.workspace = true
tracing.workspace = true
[target.'cfg(unix)'.dependencies]
libc.workspace = true
[target.'cfg(windows)'.dependencies]
windows-sys.workspace = true
[dev-dependencies]
tempfile.workspace = true
[features]
probe = []
[lints]
workspace = true