[package]
name = "iris-format"
description = "Bundle and metadata format for iris self-decoding datasets."
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]
blake3.workspace = true
iris-abi.workspace = true
serde.workspace = true
thiserror.workspace = true
[dev-dependencies]
blake3.workspace = true
[lints]
workspace = true