# 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 = "2018" name = "sm64gs2pc" version = "1.0.5" authors = ["Benjamin Levy "] description = "Convert Super Mario 64 GameShark codes to SM64 PC port patches" readme = "../README.md" keywords = ["super-mario-64", "decompilation", "nintendo-64", "gameshark", "port"] categories = ["games"] license = "MIT" repository = "https://github.com/sm64gs2pc/sm64gs2pc" [package.metadata.docs.rs] all-features = true [dependencies.bincode] version = "1.3.3" [dependencies.clang] version = "1.0.3" features = ["clang_10_0"] optional = true [dependencies.lazy_static] version = "1.4.0" [dependencies.patch] version = "0.5.0" [dependencies.serde] version = "1.0.131" features = ["derive"] [dependencies.snafu] version = "0.6.10" [dependencies.structopt] version = "0.3.25" [dependencies.walkdir] version = "2.3.2" optional = true [features] loader = ["clang", "walkdir"]