fidorium 0.1.6

A FIDO2/CTAP2 authenticator daemon for Linux backed by TPM 2.0
# 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 = "2024"
name = "fidorium"
version = "0.1.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A FIDO2/CTAP2 authenticator daemon for Linux backed by TPM 2.0"
homepage = "https://github.com/edg-l/fidorium"
documentation = "https://docs.rs/fidorium"
readme = "README.md"
keywords = [
    "fido2",
    "ctap2",
    "webauthn",
    "tpm2",
    "linux",
]
categories = [
    "authentication",
    "cryptography",
    "command-line-utilities",
    "os::linux-apis",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/edg-l/fidorium"

[lib]
name = "fidorium"
path = "src/lib.rs"

[[bin]]
name = "fidorium"
path = "src/main.rs"

[[test]]
name = "ctap2_get_info"
path = "tests/ctap2_get_info.rs"

[[test]]
name = "ctaphid_init"
path = "tests/ctaphid_init.rs"

[[test]]
name = "store_roundtrip"
path = "tests/store_roundtrip.rs"

[[test]]
name = "tpm_smoke"
path = "tests/tpm_smoke.rs"

[dependencies.aes-gcm]
version = "0.10"

[dependencies.anyhow]
version = "1"

[dependencies.ciborium]
version = "0.2"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.directories]
version = "6"

[dependencies.fd-lock]
version = "4"

[dependencies.pinentry]
version = "0.5"

[dependencies.rand]
version = "0.8"

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

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "sync",
    "time",
    "signal",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.tss-esapi]
version = "8.0.0-alpha.1"

[dependencies.uhid-virt]
version = "0.0.8"

[dev-dependencies.tempfile]
version = "3"