# 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 = "webauthn-rs-device-catalog" version = "0.5.0-20230418" authors = ["William Brown "] description = "Webauthn RS Device Catalog" keywords = [ "webauthn", "authentication", ] categories = [ "authentication", "web-programming", ] license = "MPL-2.0" repository = "https://github.com/kanidm/webauthn-rs" [dependencies.base64urlsafedata] version = "0.1.3" [dependencies.openssl] version = "^0.10.56" [dependencies.peg] version = "0.8.1" [dependencies.serde] version = "^1.0.141" features = [ "derive", "derive", ] [dependencies.tracing] version = "^0.1.35" [dependencies.uuid] version = "^1.1.2" features = ["serde"] [dependencies.webauthn-attestation-ca] version = "0.1.0"