# 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 = "fido2luks" version = "0.2.19" authors = ["shimunn "] description = "Decrypt your LUKS partition using a FIDO2 compatible authenticator" homepage = "https://github.com/shimunn/fido2luks" documentation = "https://github.com/shimunn/fido2luks/blob/master/README.md" readme = "README.md" keywords = ["luks", "fido2", "u2f"] categories = ["command-line-utilities"] license = "MPL-2.0" repository = "https://github.com/shimunn/fido2luks" [package.metadata.deb] assets = [["target/release/fido2luks", "usr/bin/", "755"], ["fido2luks.bash", "usr/share/bash-completion/completions/fido2luks", "644"], ["pam_mount/fido2luksmounthelper.sh", "usr/bin/", "755"], ["initramfs-tools/keyscript.sh", "/lib/cryptsetup/scripts/fido2luks", "755"], ["initramfs-tools/hook/fido2luks.sh", "etc/initramfs-tools/hooks/", "755"], ["initramfs-tools/fido2luks.conf", "etc/", "644"]] build-depends = "libclang-dev, libcryptsetup-dev" conf-files = ["/etc/fido2luks.conf"] depends = "$auto, cryptsetup" extended-description = "Decrypt your LUKS partition using a FIDO2 compatible authenticator" [profile.release] opt-level = "z" lto = true panic = "abort" overflow-checks = false incremental = false [dependencies.ctap_hmac] version = "0.4.5" features = ["request_multiple"] [dependencies.failure] version = "0.1.5" [dependencies.hex] version = "0.3.2" [dependencies.libcryptsetup-rs] version = "0.4.1" [dependencies.ring] version = "0.13.5" [dependencies.rpassword] version = "4.0.1" [dependencies.serde] version = "1.0.106" [dependencies.serde_derive] version = "1.0.106" [dependencies.serde_json] version = "1.0.51" [dependencies.structopt] version = "0.3.2" [build-dependencies.ctap_hmac] version = "0.4.5" features = ["request_multiple"] [build-dependencies.failure] version = "0.1.5" [build-dependencies.hex] version = "0.3.2" [build-dependencies.libcryptsetup-rs] version = "0.4.1" [build-dependencies.ring] version = "0.13.5" [build-dependencies.rpassword] version = "4.0.1" [build-dependencies.structopt] version = "0.3.2"