# 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 = "laic" version = "0.1.0" description = "A simply CLI tool for generating animated app icons on Mac" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/fujidaiti/live-app-icon.git" [dependencies.anyhow] version = "1.0.71" features = ["backtrace"] [dependencies.chrono] version = "0.4.25" [dependencies.clap] version = "4.3.0" features = ["derive"] [dependencies.cmd_lib] version = "1.3.0" [dependencies.colored] version = "2.0.0" [dependencies.dirs] version = "5.0.1" [dependencies.fern] version = "0.6.2" [dependencies.fs_extra] version = "1.3.0" [dependencies.image] version = "0.24.6" [dependencies.log] version = "0.4.18" [dependencies.uuid] version = "1.3.3" features = [ "v4", "fast-rng", ]