# 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 = "aegis-cli" version = "1.2.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Show TOTPs from Aegis vault on CLI" readme = "README.md" keywords = [ "cli", "totp", "2fa", "aegis", ] license = "GPL-3.0-or-later" repository = "https://github.com/pepa65/aegis-cli" [package.metadata.binstall] disabled-strategies = [ "quick-install", "compile", ] pkg-fmt = "bin" pkg-url = "{repo}/releases/download/{version}/aegis" target = "x86_64-unknown-linux-musl" target-arch = "X86_64" target-family = "Linux" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "aegis" path = "src/main.rs" [dependencies.aegis-vault-utils] version = "0.5.0" [dependencies.arboard] version = "3.2" [dependencies.clap] version = "4.5" features = [ "derive", "cargo", "env", ] [dependencies.color-eyre] version = "0.6" [dependencies.console] version = "0.15" [dependencies.ctrlc] version = "3.4" [dependencies.dialoguer] version = "0.11" features = ["fuzzy-select"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.urlencoding] version = "2.1.3"