# 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 = "motus" version = "0.2.0" authors = ["Théo Crevon "] description = "Access the most common information about your system using a single command" homepage = "https://github.com/oleiade/motus" readme = "README.md" keywords = [ "cli", "security", "password", "generator", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/oleiade/motus" [package.metadata.deb] copyright = "2023, Théo Crevon " extended-description = """ Motus is a command-line application written in Rust that makes generating secure passwords a breeze. Inspired by the user experience of the 1Password password generator, motus focuses on providing a simple and elegant user interface with sane defaults and comprehensive options. By default, motus copies the generated password to your clipboard, making it even more convenient to use. """ maintainer = "Théo Crevon " priority = "optional" section = "main" [profile.release] lto = "off" debug = true incremental = true [lib] name = "motus" path = "src/lib.rs" [[bin]] name = "motus" path = "src/main.rs" [dependencies.arboard] version = "3.2.0" [dependencies.clap] version = "4.2.5" features = ["derive"] [dependencies.clap_complete] version = "4.2.1" [dependencies.colored] version = "2.0.0" [dependencies.human-panic] version = "1.1.4" default-features = false [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.95" [dependencies.term-table] version = "1.3.2" [dependencies.zxcvbn] version = "2.2.2" [dev-dependencies.assert_cmd] version = "2.0.11" [dev-dependencies.assert_json] version = "0.1.0"