# 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 = "ipl3checksum" version = "1.2.0" description = "Library to calculate the IPL3 checksum for N64 ROMs" readme = "README.md" license = "MIT" repository = "https://github.com/decompollaborate/ipl3checksum" [lib] name = "ipl3checksum" crate-type = [ "lib", "staticlib", "cdylib", ] path = "src/rs/lib.rs" [dependencies.md5] version = "0.7.0" [dependencies.pyo3] version = "0.20.2" features = ["extension-module"] optional = true [dependencies.thiserror] version = "1.0.56" [features] c_bindings = [] python_bindings = ["dep:pyo3"]