# 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] name = "ringhopper" version = "0.1.3" authors = ["Snowy Mouse"] exclude = ["proc"] description = "Library for modding Halo: Combat Evolved" license = "GPL-3.0-only" repository = "https://git.sr.ht/~snowymouse/invader" [dependencies.encoding] version = "0.2" [dependencies.rat-in-a-tube] version = "0.2.0" [dependencies.ringhopper-proc] version = "0.1.3" package = "ringhopper-proc" [dependencies.texpresso] version = "2.0" [dev-dependencies.tiff] version = "0.7" [target."cfg(target_os = \"linux\")".dependencies.libc] version = "0.2" [target."cfg(target_os = \"windows\")".dependencies.windows] version = "0.43.0" features = [ "Win32_Foundation", "Win32_Storage_FileSystem", ]