# 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 = "2018" name = "base64url" version = "0.1.0" authors = ["ParallelChain Lab "] description = "Base64URL encoding defined in IETF RFC 4648" readme = "README.md" keywords = [ "blockchain", "parallelchain", "crypto", "library", ] categories = ["encoding"] license = "Apache-2.0" repository = "https://github.com/parallelchain-io/base64url" [lib] doctest = false [dependencies.base64] version = "0.21.0"