# 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.75.0" name = "oliframe" version = "0.2.2" build = false exclude = [ "samples/", ".github/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Add a simple border to one or more images" homepage = "https://github.com/calteran/oliframe" documentation = "https://docs.rs/oliframe" readme = "README.md" keywords = [ "image", "border", "frame", ] categories = [ "command-line-utilities", "graphics", ] license = "MIT" repository = "https://github.com/calteran/oliframe" [[bin]] name = "oliframe" path = "src/main.rs" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.csscolorparser] version = "0.7.0" [dependencies.derive-getters] version = "0.5.0" features = ["auto_copy_getters"] [dependencies.env_logger] version = "0.11.5" [dependencies.image] version = "0.25.4" features = ["rayon"] [dependencies.log] version = "0.4.22" [dependencies.rayon] version = "1.10.0" [dependencies.regex] version = "1.11.1" [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.strum_macros] version = "0.26.4" [dependencies.thiserror] version = "1.0.66" [dependencies.walkdir] version = "2.5.0" [dev-dependencies.fs_extra] version = "1.3.0" [dev-dependencies.tempfile] version = "3.13.0" [dev-dependencies.xxhash-rust] version = "0.8.12" features = ["xxh3"] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(tarpaulin_include)"]