# 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.4.1" authors = ["Dr. Maxim Orlovsky "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Easy-to-check URL-safe 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] name = "baid64" path = "src/lib.rs" [dependencies.amplify] version = "4.8.0" [dependencies.base64] version = "0.22.1" [dependencies.mnemonic] version = "1.1.1" [dependencies.sha2] version = "0.10.8"