[package]
name = "firecloud-core"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
documentation.workspace = true
keywords.workspace = true
categories.workspace = true
rust-version.workspace = true
description = "Core types and traits for FireCloud distributed storage"
readme = "README.md"
exclude = ["*.md", "!README.md"]
[dependencies]
serde.workspace = true
thiserror.workspace = true
uuid.workspace = true
chrono.workspace = true
blake3.workspace = true
bytes.workspace = true
hex.workspace = true