# 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 = "oath-authenticator" version = "0.1.0" authors = ["Nicolas Stalder "] description = "OATH authenticator Trussed app" license = "Apache-2.0 OR MIT" repository = "https://github.com/trussed-dev/oath-authenticator" resolver = "2" [dependencies.apdu-dispatch] version = "0.1" optional = true [dependencies.delog] version = "0.1.2" [dependencies.flexiber] version = "0.1.0" features = ["derive", "heapless"] [dependencies.heapless] version = "0.7" [dependencies.heapless-bytes] version = "0.3" [dependencies.hex-literal] version = "0.3" [dependencies.interchange] version = "0.2" [dependencies.iso7816] version = "0.1" [dependencies.serde] version = "1" default-features = false [dependencies.trussed] version = "0.1" [features] default = ["apdu-dispatch"] log-all = [] log-debug = [] log-error = [] log-info = [] log-none = [] log-warn = []