# 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 = "passkey" version = "0.3.0" authors = ["1Password"] build = false include = [ "src/", "../LICENSE-APACHE", "../LICENSE-MIT", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A one stop library to implement a passkey client and authenticator" readme = "README.md" keywords = [ "passkey", "webauthn", "fido2", "passwordless", "ctap", ] categories = ["authentication"] license = "MIT OR Apache-2.0" repository = "https://github.com/1Password/passkey-rs" [package.metadata.cargo-udeps.ignore] development = ["tokio-test"] [lib] name = "passkey" path = "src/lib.rs" [dependencies.passkey-authenticator] version = "0.3" [dependencies.passkey-client] version = "0.3" [dependencies.passkey-transports] version = "0.1" [dependencies.passkey-types] version = "0.3" [dev-dependencies.async-trait] version = "0.1" [dev-dependencies.coset] version = "0.3" [dev-dependencies.passkey-authenticator] version = "0.3" features = [ "tokio", "testable", ] [dev-dependencies.passkey-client] version = "0.3" features = [ "tokio", "testable", ] [dev-dependencies.tokio] version = "1" features = [ "macros", "rt", "rt-multi-thread", ] [dev-dependencies.tokio-test] version = "0.4" [dev-dependencies.url] version = "2" [lints.clippy] as_conversions = "deny" dbg_macro = "deny" result_unit_err = "deny" todo = "deny" undocumented_unsafe_blocks = "deny" unimplemented = "deny" unused_async = "deny" [lints.rust] missing_docs = "warn" unused-qualifications = "deny" unused_must_use = "forbid" [lints.rustdoc] broken_intra_doc_links = "deny"