# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "starbox" version = "0.3.1" authors = ["Jake Ledoux (contactjakeledoux@gmail.com)"] description = "StarBox is a tiny pixel-art storage format." readme = "README.md" license-file = "LICENSE" repository = "https://github.com/jakeledoux/starbox/" [[bin]] name = "starbox" path = "src/create.rs" required-features = ["cli", "qr"] [dependencies.bincode] version = "1.3.3" [dependencies.bytes] version = "1.0.1" features = ["serde"] [dependencies.clap] version = "3.0.0-beta.2" optional = true [dependencies.exoquant] version = "0.2.0" [dependencies.flate2] version = "1.0.20" features = ["zlib-ng-compat"] default-features = false [dependencies.image] version = "0.23.14" [dependencies.qrcode] version = "0.12.0" optional = true [dependencies.serde] version = "1.0.127" features = ["derive"] [features] cli = ["clap"] qr = ["qrcode"]