[package] name = "sfv-rs" description = "Library for parsing SFV and checksum files" version = "0.1.0" authors = ["aspen "] edition = "2018" license = "Zlib" keywords = ["sfv", "hash", "checksum", "crc"] categories = ["parser-implementations"] repository = "https://github.com/NeonProject/neon-integrity" homepage = "https://github.com/NeonProject/neon-integrity" [lib] name = "sfv" [dependencies] hex = "0.4.2"