# 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.56" name = "easy_base64" version = "0.1.7" exclude = [ "/.github", "/tests", "/.git", ".*", ] description = "The package provides the base64 encode/decode functions." homepage = "https://github.com/zaqxsw-dev/easy_base64" documentation = "https://docs.rs/easy_base64/0.1.0/easy_base64/" readme = "README.md" keywords = [ "hash", "base64", ] categories = ["algorithms"] license = "MIT" repository = "https://github.com/zaqxsw-dev/easy_base64" [dependencies] [features] default = []