# 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.65" name = "bitmap_type_tracer" version = "1.1.0" authors = ["tolik518"] exclude = [ "examples", "README.md", "logo.png", "output.png", ".gitignore", ] publish = true description = "bitmap_type_trace is a utility tool to generate images from font bitmaps with customizable configurations" readme = "README_text_only.md" keywords = [ "bitmap", "font", "demoscene", "typography", "bitmap-font", ] categories = [ "parser-implementations", "multimedia::images", "command-line-utilities", ] license = "MIT OR Apache-2.0 OR copyleft-next-0.3.1 OR CC-BY-4.0" repository = "https://github.com/tolik518/bitmap_type_tracer" [profile.release] opt-level = 3 lto = true debug = 0 debug-assertions = false panic = "abort" overflow-checks = false incremental = false strip = true [dependencies.image] version = "0.23.14" [dependencies.locale_config] version = "0.3" [dependencies.once_cell] version = "1.8" features = [] [dependencies.serde] version = "1.0" features = [] [dependencies.serde_derive] version = "1.0" features = [] [dependencies.serde_json] version = "1.0"