# 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 = "strandify-cli" version = "0.4.3" authors = ["Loic Coyle "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI utility to generate string art." readme = "README.md" keywords = [ "cli", "string-art", "generative-art", "art", ] license = "MIT" repository = "https://github.com/loiccoyle/strandify" [[bin]] name = "strandify" path = "src/main.rs" [[test]] name = "cli" path = "tests/cli.rs" [dependencies.clap] version = "4.5.14" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2.2.1" [dependencies.env_logger] version = "0.11.5" [dependencies.image] version = "0.25.2" [dependencies.log] version = "0.4.17" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.strandify] version = "0.4.3" [dev-dependencies.assert_cmd] version = "2.0.4" [dev-dependencies.assert_fs] version = "1.0.7" [dev-dependencies.predicates] version = "3.1.2"