[package] name = "unsignedvarint" version = "0.1.1" edition = "2021" authors = ["Pol Valletbó Montfort "] description = "Simple implementation for unsigned varints." readme = "README.md" repository = "https://github.com/pvalletbo/unsignedvarint" license = "MIT" keywords = ["varint"] [dependencies] binrw = "0.14.0" [dev-dependencies] rstest = "0.21.0"