# 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 = "b64-rs" version = "1.0.3" authors = ["Bea Boxler "] exclude = [ ".github/*", "examples/*", ] description = "A super speedy* base64 encoder" readme = "README.md" keywords = [ "base64", "encode", "decode", ] license = "MIT" repository = "https://github.com/BeesBoxler/b64-rs" [dependencies]