[package] name = "anima6502" version = "0.1.1" edition = "2021" description = "An anima6502 subcrate which supplies Python bindings to vm6502." license = "GPL-3.0-or-later" repository = "https://github.com/GRAYgoose124/emu6502" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "anima6502" crate-type = ["cdylib"] [dependencies] vm6502 = "0.1.0" pyo3 = { version = "0.17.1", features = ["extension-module"] } # TODO: If we could get maturin to compile the script front end, that'd be great. [package.metadata.maturin] python-source = "python" name = "anima._anima"