# 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 = "wd_passport" version = "0.3.1" authors = ["wangdong <1443965173@qq.com>"] description = "Issue and verify vouchers" readme = "README.md" license = "MIT/Apache-2.0" [profile.test] opt-level = 3 [dependencies.anyhow] version = "1.0.68" [dependencies.base64] version = "0.21.0" [dependencies.chrono] version = "0.4.23" [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.8.5" [dependencies.rsa] version = "0.8.1" features = [ "default", "sha2", ] [dependencies.rust-crypto] version = "0.2.36" [dependencies.rustc-serialize] version = "0.3.24"