[package] name = "spinifex-unsigned-varint" version = "0.2.2" authors = ["jmcph4 "] edition = "2018" description = "Rust implementation of the unsigned variable integer format used in the Multiformat specifications." repository = "https://github.com/jmcph4/spinifex-unsigned-varint" license = "MIT" keywords = ["spinifex", "multiformat", "ipfs"] categories = ["encoding", "algorithms", "data-structures", "value-formatting", "api-bindings"] readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] thiserror = "1.0.14" version-sync = "0.9"