# 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 = "2018"
name = "tmuntaner-webauthn"
version = "0.1.0-alpha.18"
authors = ["Thomas Muntaner <thomas.muntaner@gmail.com>"]
description = "A webauthn client"
homepage = "https://github.com/tmuntaner/webaunth-rs"
documentation = "https://docs.rs/tmuntaner-webauthn"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/tmuntaner/webauthn-rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.21"

[dependencies.indicatif]
version = "0.17.0"
optional = true

[dependencies.notify-rust]
version = "4"
optional = true

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.url]
version = "2.2"

[features]
full = [
    "progress_bar",
    "notifications",
]
notifications = ["notify-rust"]
progress_bar = ["indicatif"]

[target."cfg(any(target_os = \"linux\", target_os = \"macos\"))".dependencies.authenticator]
version = "0.3"

[target."cfg(any(target_os = \"linux\", target_os = \"macos\"))".dependencies.sha2]
version = "0.10"

[target."cfg(target_os = \"windows\")".dependencies.widestring]
version = "1.0"

[target."cfg(target_os = \"windows\")".dependencies.windows]
version = "0.44.0"
features = [
    "Win32_Foundation",
    "Win32_Networking_WindowsWebServices",
    "Win32_UI_WindowsAndMessaging",
]