# 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-vault" version = "0.3.3" build = false include = [ "src/", "README.md", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Library for parsing and dumping Aegis vaults" homepage = "https://github.com/louib/aegis-vault-rs" documentation = "https://docs.rs/aegis-vault" readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/louib/aegis-vault-rs" [lib] name = "aegis_vault" path = "src/lib.rs" [dependencies.aes-gcm] version = "0.10" [dependencies.anyhow] version = "1.0" [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.scrypt] version = "0.11" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.uuid] version = "1.0" features = ["v4"] [dependencies.zeroize] version = "1" features = ["zeroize_derive"]