# 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 = "akinator-py" version = "0.2.1" authors = ["Tom-the-Bomb"] description = "Python bindings for akinator-rs" homepage = "https://github.com/Tom-the-Bomb/akinator.py" documentation = "https://akinatorpy.readthedocs.io/en/latest/" readme = "README.md" keywords = [ "akinator", "python", "async", "game", "pyo3", ] categories = [ "asynchronous", "api-bindings", "games", ] license = "MIT" repository = "https://github.com/Tom-the-Bomb/akinator.py" resolver = "2" [lib] name = "akinator" crate-type = ["cdylib"] [dependencies.akinator-rs] version = "0.1" [dependencies.lazy_static] version = "1.4" [dependencies.pyo3] version = "0.16" features = [ "extension-module", "abi3-py37", ] [dependencies.pyo3-asyncio] version = "0.16" features = ["tokio-runtime"] [dependencies.tokio] version = "1.20" features = [ "sync", "rt", "rt-multi-thread", ]