[package] name = "b64-url" version = "0.5.0" authors = ["WatchDG "] license = "MIT OR Apache-2.0" description = "Base 64 Encoding with URL and Filename Safe Alphabet" homepage = "https://github.com/WatchDG/rust-b64-url" documentation = "https://docs.rs/b64-url" repository = "https://github.com/WatchDG/rust-b64-url" readme = "README.md" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] lazy_static = { version = "1.4" }