# 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 = "fido-authenticator" version = "0.1.1" authors = ["Nicolas Stalder "] description = "FIDO authenticator Trussed app" documentation = "https://docs.rs/fido-authenticator" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/solokeys/fido-authenticator" resolver = "2" [package.metadata.docs.rs] features = ["dispatch"] [dependencies.apdu-dispatch] version = "0.1" optional = true [dependencies.ctap-types] version = "0.1.0" [dependencies.ctaphid-dispatch] version = "0.1" optional = true [dependencies.delog] version = "0.1.0" [dependencies.heapless] version = "0.7" [dependencies.interchange] version = "0.2.0" [dependencies.iso7816] version = "0.1" optional = true [dependencies.littlefs2] version = "0.3.1" [dependencies.serde] version = "1.0" default-features = false [dependencies.serde-indexed] version = "0.1.0" [dependencies.serde_cbor] version = "0.11.0" default-features = false [dependencies.trussed] version = "0.1" [dev-dependencies.rand] version = "0.8.4" [features] default = [] disable-reset-time-window = [] dispatch = [ "apdu-dispatch", "ctaphid-dispatch", "iso7816", ] enable-fido-pre = [] log-all = [] log-debug = [] log-error = [] log-info = [] log-none = [] log-warn = []