starbox 0.3.1

StarBox is a tiny pixel-art storage format.
Documentation
[[bin]]
name = "starbox"
path = "src/create.rs"
required-features = ["cli", "qr"]

[dependencies.bincode]
version = "1.3.3"

[dependencies.bytes]
features = ["serde"]
version = "1.0.1"

[dependencies.clap]
optional = true
version = "3.0.0-beta.2"

[dependencies.exoquant]
version = "0.2.0"

[dependencies.flate2]
default-features = false
features = ["zlib-ng-compat"]
version = "1.0.20"

[dependencies.image]
version = "0.23.14"

[dependencies.qrcode]
optional = true
version = "0.12.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.127"

[features]
cli = ["clap"]
qr = ["qrcode"]

[package]
authors = ["Jake Ledoux (contactjakeledoux@gmail.com)"]
description = "StarBox is a tiny pixel-art storage format."
edition = "2018"
license-file = "LICENSE"
name = "starbox"
readme = "README.md"
repository = "https://github.com/jakeledoux/starbox/"
version = "0.3.1"