# 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 = "rustica-keys" version = "0.3.6" authors = ["Mitchell Grenier "] description = "A library for parsing, verifying, and creating SSH Certificates" homepage = "https://github.com/obelisk/rustica-keys" keywords = ["ssh", "yubikey", "certs", "certificates"] categories = ["authentication"] license-file = "LICENSE" repository = "https://github.com/obelisk/rustica-keys" [[example]] name = "yk-fingerprint" required-features = ["yubikey"] [[example]] name = "yk-provision" required-features = ["yubikey"] [dependencies.base64] version = "0.12.1" [dependencies.log] version = "0.4" [dependencies.ring] version = "0.16.9" [dependencies.yubikey-piv] version = "0.1.0" features = ["untested"] optional = true [dev-dependencies.clap] version = "3.0.0-beta.2" [dev-dependencies.hex] version = "0.4.2" [features] default = [] yubikey = ["yubikey-piv"]