[dependencies.byteorder]
package = "byteorder-lite"
version = "0.1.0"
[dependencies.log]
version = "0.4.21"
[dependencies.xxhash-rust]
features = ["xxh3"]
version = "0.8.15"
[dev-dependencies.tempfile]
version = "3.10.1"
[dev-dependencies.test-log]
version = "0.2.16"
[lib]
name = "sfa"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["filesystem"]
description = "A minimal, flat file archive encoding/decoding library"
edition = "2021"
homepage = "https://github.com/fjall-rs/sfa"
include = ["src/**/*", "LICENSE-APACHE", "LICENSE-MIT", "README.md"]
keywords = ["file-archive"]
license = "MIT OR Apache-2.0"
name = "sfa"
publish = true
readme = "README.md"
repository = "https://github.com/fjall-rs/sfa"
rust-version = "1.89"
version = "1.0.0"