briefcase-python 2.0.8

Python bindings for Briefcase AI
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 = "2021"
name = "briefcase-python"
version = "2.0.8"
authors = ["Briefcase AI Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Python bindings for Briefcase AI"
readme = "README.md"
license = "GPL-3.0"
repository = "https://github.com/briefcasebrain/briefcase-ai-core"

[lib]
name = "briefcase_ai"
crate-type = ["cdylib"]
path = "src/lib.rs"

[dependencies.async-trait]
version = "0.1"

[dependencies.briefcase-core]
version = "2.0.8"

[dependencies.once_cell]
version = "1.19"

[dependencies.pyo3]
version = "0.24"
features = ["extension-module"]

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.0"
features = ["full"]