auc-tool 0.1.0

Machine-local software passkey authenticator exposed through Linux UHID.
Documentation
# 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 = "auc-tool"
version = "0.1.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Machine-local software passkey authenticator exposed through Linux UHID."
readme = "README.md"
keywords = [
    "passkey",
    "webauthn",
    "fido2",
    "uhid",
    "cli",
]
categories = [
    "authentication",
    "command-line-utilities",
]
license = "AGPL-3.0-only"
repository = "https://github.com/khoek/ferramentum/tree/master/auc-tool"

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

[[bin]]
name = "auc"
path = "src/bin/auc.rs"

[[bin]]
name = "auc-agent"
path = "src/bin/auc-agent.rs"

[dependencies.anyhow]
version = "1"

[dependencies.capulus]
version = "0.5"
features = ["managed-system"]

[dependencies.chacha20poly1305]
version = "0.11"
features = ["zeroize"]

[dependencies.ciborium]
version = "0.2"

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

[dependencies.dialoguer]
version = "0.12"

[dependencies.ed25519-dalek]
version = "3"
features = ["zeroize"]

[dependencies.hex]
version = "0.4"

[dependencies.libc]
version = "0.2"

[dependencies.passless-uhid]
version = "0.15"

[dependencies.rand]
version = "0.10"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "rustls",
]
default-features = false

[dependencies.rustix]
version = "1"
features = [
    "fs",
    "mm",
    "net",
    "param",
    "process",
]

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

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

[dependencies.serde_bytes]
version = "0.11"

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.11"

[dependencies.soft-fido2]
version = "0.17"
features = ["std"]
default-features = false

[dependencies.soft-fido2-transport]
version = "0.17"
default-features = false

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

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

[dependencies.zbus]
version = "5"
features = ["tokio"]
default-features = false

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