# 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 = "lib1337patch" version = "0.2.2" authors = ["Gabriel GRONDIN (GGLinnk) "] publish = true description = "Library dedicated to parsing 1337 patch files." readme = "README.md" keywords = [ "1337patch", "library", "parser", ] categories = [ "parser-implementations", "data-structures", "encoding", ] license = "MIT" repository = "https://github.com/GGLinnk/lib1337patch-rs" [dev-dependencies.tempfile] version = "3.8"