[package] name = "enc" version = "0.7.0" description = "This library aids in processing encoded data." readme = "README.md" repository = "https://github.com/nikdeapen/enc" homepage = "https://github.com/nikdeapen/enc" authors = ["Nik Deapen "] edition = "2021" license = "MIT" [features] full = ["base-64", "hex", "percent", "var-int"] base-64 = [] hex = [] percent = [] var-int = []