# 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" rust-version = "1.70.0" name = "sshkey-attest" version = "0.5.0" authors = ["William Brown "] description = "FIDO SK SSH Key Attestation" readme = "README.md" keywords = [ "ssh", "openssh", "parser", "attestation", "fido", ] categories = [ "authentication", "cryptography", "parser-implementations", "encoding", ] license = "MPL-2.0" repository = "https://github.com/kanidm/webauthn-rs" [dependencies.base64] version = "0.21" [dependencies.base64urlsafedata] version = "0.5.0" [dependencies.nom] version = "7.1" [dependencies.openssl] version = "^0.10.56" [dependencies.serde] version = "^1.0.141" features = ["derive"] [dependencies.serde_cbor_2] version = "0.12.0-dev" [dependencies.sshkeys] version = "0.3.2" features = ["serde"] [dependencies.tracing] version = "^0.1.35" [dependencies.uuid] version = "^1.1.2" features = ["serde"] [dependencies.webauthn-rs-core] version = "0.5.0" [dev-dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "std", "fmt", ]