# 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 = "pyqie" version = "0.0.4" authors = ["xiatian0716 <819337877@qq.com>"] description = "Python extension module for Pyqie, a retro game engine for Python" readme = "README.md" keywords = [ "quantdev", "python", ] categories = ["finance"] license = "MIT" repository = "https://github.com/xiatian0716/pyqie" [lib] name = "pyqie_wrapper" crate-type = ["cdylib"] [dependencies.pyo3] version = "0.20" features = [ "abi3-py37", "extension-module", ] [dependencies.pyqie-engine] version = "0.0.4" [dependencies.sysinfo] version = "0.30"