# 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.65" name = "base64-stream" version = "4.0.0" authors = ["Magic Len "] include = [ "src/**/*", "Cargo.toml", "README.md", "LICENSE", ] description = "To encode/decode large data with the standard Base64 encoding." homepage = "https://magiclen.org/base64-stream" readme = "README.md" keywords = [ "base64", "stream", "file", "reader", "writer", ] categories = ["encoding"] license = "MIT" repository = "https://github.com/magiclen/base64-stream" [dependencies.base64] version = "0.22" [dependencies.educe] version = "0.5" features = ["Debug"] default-features = false [dependencies.generic-array] version = "1"