# 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 = "silkgen" version = "0.4.0" authors = ["Erik Desjardins "] description = "Generate KiCad silkscreen art from PNGs." documentation = "https://docs.rs/silkgen" readme = "README.md" keywords = [ "kicad", "silkscreen", "art", "image", "png", ] categories = [ "command-line-utilities", "graphics", ] license = "MIT" repository = "https://github.com/erikdesjardins/silkgen" [profile.release] lto = true codegen-units = 1 panic = "abort" [dependencies.clap] version = "4" features = ["derive"] [dependencies.derive_more] version = "0.99" [dependencies.env_logger] version = "0.10" features = ["humantime"] default-features = false [dependencies.fixed] version = "1" features = ["std"] [dependencies.fixed-macro] version = "1" [dependencies.image] version = "0.24" features = ["png"] default-features = false [dependencies.insta] version = "1" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.rand_chacha] version = "0.3" [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "1" [dependencies.uuid] version = "1" features = ["v4"]