# 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" rust-version = "1.66.0" name = "baid64" version = "0.2.2" authors = ["Dr. Maxim Orlovsky "] description = "Easy-to-check Base64 encoding for identities" homepage = "https://github.com/UBIDECO/rust-baid64" readme = "README.md" keywords = [ "base64", "encoding", "mnemonic", ] categories = [ "encoding", "value-formatting", "command-line-utilities", ] license = "Apache-2.0" repository = "https://github.com/UBIDECO/rust-baid64" [lib] [dependencies.amplify] version = "4.6.0" [dependencies.base64] version = "0.22.1" [dependencies.mnemonic] version = "1.1.1" [dependencies.sha2] version = "0.10.8"