# 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-types" version = "0.3.0" authors = ["1Password"] build = false include = [ "src/", "../LICENSE-APACHE", "../LICENSE-MIT", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Rust type definitions for the webauthn and CTAP specifications" 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_types" path = "src/lib.rs" [dependencies.bitflags] version = "2" [dependencies.ciborium] version = "0.2" [dependencies.coset] version = "0.3" [dependencies.data-encoding] version = "2" [dependencies.hmac] version = "0.12" [dependencies.indexmap] version = "2" features = ["serde"] [dependencies.p256] version = "0.13" features = [ "pem", "arithmetic", "jwk", ] optional = true [dependencies.rand] version = "0.8" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" features = ["preserve_order"] [dependencies.sha2] version = "0.10" [dependencies.strum] version = "0.25" features = ["derive"] [dependencies.typeshare] version = "1" [dependencies.zeroize] version = "1" features = ["zeroize_derive"] [features] default = [] serialize_bytes_as_base64_string = [] testable = ["dep:p256"] [target.'cfg(target_arch = "wasm32")'.dependencies.getrandom] version = "0.2" features = ["js"] [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"