# 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 = "aegisvault" version = "0.2.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Convert otpauth URI file to Encrypted Aegis vault JSON on stdout" documentation = "https://docs.rs/aegis-vault" readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/pepa65/aegisvault" [package.metadata.binstall] disabled-strategies = [ "quick-install", "compile", ] pkg-fmt = "bin" pkg-url = "{repo}/releases/download/{version}/{name}" 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 [lib] name = "aegisvault" path = "src/lib.rs" [[bin]] name = "aegisvault" path = "src/main.rs" [dependencies.aes-gcm] version = "0.10" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4" features = ["derive"] [dependencies.data-encoding] version = "2.3" [dependencies.hex] version = "0.4.3" features = ["serde"] [dependencies.rand] version = "0.8" [dependencies.ring] version = "0.17" [dependencies.rpassword] version = "7.3.1" [dependencies.scrypt] version = "0.11" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.url] version = "2.5.2" [dependencies.urlencoding] version = "2.1.3" [dependencies.uuid] version = "1.0" features = ["v4"] [dependencies.zeroize] version = "1" features = ["zeroize_derive"]