# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "gff" version = "0.1.0" authors = ["Hugo Camboulive "] description = "GFF game format packer/parser library" license = "LGPL-2.1" repository = "https://github.com/Youx/gff-rs" [dependencies.encoding_rs] version = "0.8" [dependencies.nom] version = "7.1.0" [dependencies.num_enum] version = "0.5.0"