passless-core 0.10.0

Core types and configuration for Passless
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 = "passless-core"
version = "0.10.0"
authors = ["Pando85 <pando855@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types and configuration for Passless"
readme = false
license-file = "LICENSE"
resolver = "2"

[features]
default = []
tpm = []

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

[dependencies.clap]
version = "4.5"
features = [
    "std",
    "color",
    "derive",
    "cargo",
    "env",
]

[dependencies.clap-serde-derive]
version = "0.2"

[dependencies.dirs]
version = "6.0"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.nix]
version = "0.31"
features = ["resource"]

[dependencies.passless-config-doc]
version = "0.10.0"

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

[dependencies.soft-fido2]
version = "0.12.2"

[dependencies.thiserror]
version = "2.0"

[dependencies.toml]
version = "1.0"