| # 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 = "base64-stream" |
| version = "1.2.7" |
| authors = ["Magic Len <[email protected]>"] |
| 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" |
| resolver = "2" |
| [dependencies.base64] |
| version = "0.13" |
| |
| [dependencies.educe] |
| version = ">=0.4.0" |
| features = ["Debug"] |
| default-features = false |
| |
| [dependencies.generic-array] |
| version = "0.14" |