[package]
edition = "2024"
rust-version = "1.92"
name = "oo7-python"
version = "0.6.0"
authors = [
"Bilal Elmoussaoui",
"Sophie Herold",
"Maximiliano Sandoval",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Python bindings for oo7"
homepage = "https://github.com/linux-credentials/oo7"
readme = "README.md"
keywords = [
"keyring",
"secret",
"service",
"portal",
"keychain",
]
categories = [
"os::linux-apis",
"os",
"api-bindings",
]
license = "MIT"
repository = "https://github.com/linux-credentials/oo7"
[lib]
name = "oo7"
crate-type = ["cdylib"]
path = "src/lib.rs"
[dependencies.oo7_rs]
version = "0.6"
package = "oo7"
[dependencies.pyo3]
version = "0.28"
features = [
"extension-module",
"abi3-py38",
]
[dependencies.pyo3-async-runtimes]
version = "0.28"
features = ["tokio-runtime"]
[dependencies.tokio]
version = "1"
features = ["rt-multi-thread"]