[package] name = "bs62" version = "0.1.4" description = "Base62 encoder / decoder with support for leading `0x00` bytes" repository = "https://gitlab.com/x3ro/bs62-rs" readme = "README.md" license = "MIT" authors = ["Björn R. (^x3ro) "] edition = "2018" keywords = [ "base62", "encode", "decode", "url", "shortener" ] categories = [ "encoding", "parser-implementations" ] exclude = [ "README.tpl", "PUBLISH.md", ".vscode/**", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] lazy_static = "1.4.0" num-bigint = "0.4.0" num-traits = "0.2.14"