# 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 = "yubirs" version = "0.9.3" authors = ["Axel Rasmussen "] description = "A library for interacting with YubiKeys (OTP and PIV functionality)" homepage = "https://github.com/CmdrMoozy/yubirs" license = "Apache-2.0" repository = "https://github.com/CmdrMoozy/yubirs" [dependencies.backtrace] version = "0.3" optional = true [dependencies.bdrck] version = "0.20" optional = true default_features = false [dependencies.bincode] version = "1.3" optional = true [dependencies.chrono] version = "0.4" optional = true [dependencies.curl] version = "0.4" optional = true [dependencies.data-encoding] version = "2.6" [dependencies.libc] version = "0.2" optional = true [dependencies.log] version = "0.4" optional = true [dependencies.once_cell] version = "1.19" [dependencies.openssl] version = "~0.10.10" [dependencies.openssl-sys] version = "~0.9.33" [dependencies.pcsc-sys] version = "1.2" optional = true [dependencies.rand] version = "0.8" features = [ "small_rng", "std", ] [dependencies.regex] version = "1.10" optional = true [dependencies.rmp-serde] version = "1.3" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [features] default = [ "otp", "piv", ] otp = [ "bdrck/cli", "chrono", "curl", "regex", ] piv = [ "backtrace", "bdrck/cli", "bdrck/crypto", "bdrck/io", "bdrck/testing", "bincode", "libc", "log", "pcsc-sys", "rmp-serde", ]