[package] name = "gff" description = "GFF game format packer/parser library" version = "0.1.0" authors = ["Hugo Camboulive "] edition = "2021" license = "LGPL-2.1" repository = "https://github.com/Youx/gff-rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] nom = "7.1.0" num_enum = "0.5.0" encoding_rs = "0.8"