# 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 = "mapm-cli" version = "6.1.0" description = "The command-line implementation of mapm" readme = "README.md" license = "BSD-3-Clause" repository = "https://git.sr.ht/~dennisc/mapm-cli" resolver = "2" [[bin]] name = "mapm" path = "src/main.rs" [dependencies.ansi_term] version = "0.12" [dependencies.clap] version = "3" features = ["derive"] [dependencies.colour] version = "0.6" [dependencies.dirs] version = "4" [dependencies.exitcode] version = "1" [dependencies.mapm] version = "7" [dependencies.open] version = "1" [dependencies.quit] version = "1" [dependencies.toml] version = "0.5" [build-dependencies.dirs] version = "4" [build-dependencies.mapm] version = "7"