# 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 = "alg-cli" version = "0.14.1" authors = ["Lucas Garron <code@garron.net"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Alg tool." homepage = "https://github.com/cubing/cubing.rs" documentation = "https://github.com/cubing/cubing.rs" readme = "README.md" keywords = [ "cubing", "puzzle", "rubik", "solving", "WCA", ] license = "MPL-2.0" repository = "https://github.com/cubing/cubing.rs" [[bin]] name = "alg" path = "main.rs" [dependencies.clap] version = "4.5.26" features = ["derive"] [dependencies.clap_complete] version = "4.5.42" [dependencies.cubing] version = "=0.14.1"