# 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-client" version = "0.3.0" authors = ["1Password"] build = false include = [ "src/", "../LICENSE-APACHE", "../LICENSE-MIT", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Webauthn client in Rust." readme = "README.md" keywords = [ "passkey", "webauthn", "fido2", "passwordless", "ctap", ] categories = ["authentication"] license = "MIT OR Apache-2.0" repository = "https://github.com/1Password/passkey-rs" [lib] name = "passkey_client" path = "src/lib.rs" [dependencies.ciborium] version = "0.2" [dependencies.coset] version = "0.3" [dependencies.idna] version = "0.5" [dependencies.mockall] version = "0.11" optional = true [dependencies.nom] version = "7" features = ["alloc"] optional = true [dependencies.passkey-authenticator] version = "0.3" [dependencies.passkey-types] version = "0.3" [dependencies.public-suffix] version = "0.1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = ["sync"] optional = true [dependencies.typeshare] version = "1" [dependencies.url] version = "2" [dev-dependencies.coset] version = "0.3" [dev-dependencies.mockall] version = "0.11" [dev-dependencies.passkey-authenticator] version = "0.3" features = [ "tokio", "testable", ] [dev-dependencies.tokio] version = "1" features = [ "macros", "rt", ] [features] android-asset-validation = ["dep:nom"] testable = ["dep:mockall"] tokio = ["dep:tokio"] [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"