# 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.57" name = "base64-url" version = "3.0.0" authors = ["Magic Len "] include = [ "src/**/*", "Cargo.toml", "README.md", "LICENSE", ] description = "Base64 encode, decode, escape and unescape for URL applications." homepage = "https://magiclen.org/base64-url" readme = "README.md" keywords = [ "decode", "base64", "encode", "utf8", "url", ] categories = [ "no-std", "encoding", ] license = "MIT" repository = "https://github.com/magiclen/base64-url" [dependencies.base64] version = "0.22" features = ["alloc"] default-features = false [features] default = ["std"] std = ["base64/std"]