[package] name = "ankirspy" version = "2.1.28" # automatically updated edition = "2018" authors = ["Ankitects Pty Ltd and contributors "] license = "AGPL-3.0-or-later" description = "Anki's Rust library code Python bindings" readme = "README.md" [dependencies] anki = { path = "../rslib" } tokio = "0.2.11" [dependencies.pyo3] version = "0.8.0" features = ["extension-module"] [lib] name = "ankirspy" crate-type = ["cdylib"] [patch.crates-io] hyper = { git = "https://github.com/ankitects/hyper.git", branch = "gai-cancel-panic" }