# 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 = "anima6502" version = "0.1.1" description = "An anima6502 subcrate which supplies Python bindings to vm6502." readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/GRAYgoose124/emu6502" [package.metadata.maturin] python-source = "python" name = "anima._anima" [lib] name = "anima6502" crate-type = ["cdylib"] [dependencies.pyo3] version = "0.17.1" features = ["extension-module"] [dependencies.vm6502] version = "0.1.0"