oo7-python 0.6.0

Python bindings for oo7
Documentation
# 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 = "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"]