# 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 = "tartan" version = "0.4.0" description = "Tartan pattern parser and creator" homepage = "https://github.com/batisteo/tartan#readme" license = "MIT OR GPL-3.0-or-later" repository = "https://github.com/batisteo/tartan" resolver = "2" [dependencies.clap] version = "3.0.14" features = ["derive"] [dependencies.hex] version = "0.4" [dependencies.image] version = "0.23" [dependencies.imageproc] version = "0.22" [dependencies.regex] version = "1.5.4" features = ["std"] default-features = false [dependencies.tartanlib] version = "0.4.0"