[package]
name = "libfw-core"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Shared data structures, traits and protocol constants for libfw"
keywords = ["transfer", "streaming", "storage", "http", "range"]
categories = ["network-programming", "compression"]
[dependencies]
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
zrip.workspace = true
sha2.workspace = true
async-trait.workspace = true
crc32fast.workspace = true
[dev-dependencies]
zstd = "0.13"