# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "sfa" version = "1.1.0" authors = ["xcodz-dot"] description = "Single File Assets for image storage in a single file. Completely Lossless" homepage = "https://github.com/xcodz-dot/sfa" readme = "README.md" keywords = ["gamedev", "archives", "image", "single", "file"] categories = ["command-line-utilities", "encoding", "multimedia::images", "parsing"] license = "MIT" repository = "https://github.com/xcodz-dot/sfa" resolver = "2" [[bin]] name = "sfa" required-features = ["cli"] [dependencies.clap] version = "^3.0.10" features = ["cargo", "wrap_help"] optional = true [dependencies.image] version = "^0.23.14" [features] cli = ["clap"]