# 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" rust-version = "1.63" name = "spreet" version = "0.11.0" description = "Create a spritesheet from a set of SVG images" documentation = "https://docs.rs/spreet" readme = "README.md" keywords = [ "sprite", "svg", "cartography", "vector-tiles", "maplibre", ] categories = [ "command-line-utilities", "encoding", "filesystem", "graphics", ] license = "MIT" repository = "https://github.com/flother/spreet" [profile.release] lto = "thin" codegen-units = 1 strip = true [[bin]] name = "spreet" required-features = ["cli"] [dependencies.clap] version = "4.4" features = ["derive"] optional = true [dependencies.crunch] version = "0.5.3" [dependencies.exitcode] version = "1.1" optional = true [dependencies.multimap] version = "0.9" [dependencies.oxipng] version = "9.0" features = [ "parallel", "zopfli", "filetime", ] default-features = false [dependencies.png] version = "0.17" [dependencies.resvg] version = "0.36" [dependencies.sdf_glyph_renderer] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.assert_fs] version = "1.0.13" [dev-dependencies.assert_matches] version = "1.5" [dev-dependencies.predicates] version = "3" [features] cli = [ "dep:clap", "dep:exitcode", ] default = ["cli"]