# 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 = "font2png" version = "1.0.0" authors = ["疯魔慕薇 "] description = "A tool for converting TTF icon font to images." homepage = "https://blog.kfanjian.com/font2png" documentation = "https://blog.kfanjian.com/font2png" license = "MIT" repository = "https://github.com/kofj/font2png" [profile.release] lto = true codegen-units = 1 [dependencies.colors-transform] version = "0.2.5" [dependencies.image] version = "0.23.14" [dependencies.imageproc] version = "0.22.0" [dependencies.rusttype] version = "0.9.2" [dependencies.structopt] version = "0.3"