# 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 = "cryptnox_rs" version = "0.1.0" authors = [ "Chris ", "Jakub smulski ", ] exclude = [ "/tests", ".gitignore", ] description = "A communications library to interact with Cryptnox cards" categories = [ "command-line-utilities", "cryptography::cryptocurrencies", ] license-file = "LICENSE" resolver = "2" [dependencies.bytes] version = "1.2.1" [dependencies.futures] version = "0.3" [dependencies.hex] version = "0.4.3" [dependencies.nfc1] version = "0.4" [dependencies.num-bigint] version = "0.4.3" [dependencies.num-traits] version = "0.2.15" [dependencies.openssl] version = "0.10.41" [dependencies.ouroboros] version = "0.13" [dependencies.pcsc] version = "2.6" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.11.11" [dependencies.sha256] version = "1.0.3" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.17.0" features = ["full"]