# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "luks2" version = "0.5.0" authors = ["Max von Forell "] description = "Interact with LUKS2 partitions from Rust" documentation = "https://docs.rs/luks2" readme = "README.md" keywords = ["filesystem", "luks", "cryptography"] categories = ["filesystem", "cryptography"] license = "MIT" repository = "https://sr.ht/~mvforell/luks2" [lib] name = "luks2" path = "./src/lib.rs" [dependencies.aes] version = "0.7" [dependencies.base64] version = "0.13" [dependencies.bincode] version = "1.3" [dependencies.crossterm] version = "0.19" [dependencies.hmac] version = "0.11" [dependencies.pbkdf2] version = "0.8" default_features = false [dependencies.rust-argon2] version = "0.8" [dependencies.secrecy] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-big-array] version = "0.3" [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.9" [dependencies.thiserror] version = "1.0" [dependencies.xts-mode] version = "0.4" [target."cfg(unix)".dev-dependencies.libc] version = "0.2" [target."cfg(unix)".dev-dependencies.nix] version = "0.20" [target."cfg(windows)".dev-dependencies.windows-drives] version = "0.5"