[package] name = "svf" version = "0.3.0" authors = ["Adam Greig "] edition = "2018" repository = "https://github.com/adamgreig/svf" description = "Serial Vector Format (SVF) file parser" license = "MIT" [dependencies] nom = "7.0" nom_locate = "4.0" thiserror = "1.0" log = "0.4" bytecount = "0.6" [[example]] name = "parse_file"