[package]
name = "RustPyNet"
version = "0.1.0"
edition = "2021"
description = "RustPyNet is a crate designed to help use python inside multiple threads for small-medium workloads like calling fast execution callbacks and small-medium operations from multiple places in an orchestrated manner. RustPyNet is built on top of PyO3 and supports all PyO3 python operations, including basic responses for returning function results."
authors = ["Cristian Camargo Filho <ccf@cdone.com.br>"]
license = "MIT"
homepage = "https://github.com/letalboy/RustPyNet"
documentation = "https://docs.rs/RustPyNet"
categories = ["development-tools::bindings", "python"]
keywords = ["python", "threading", "pyo3"]
[dependencies]
rustpynet_macros = "0.1.0"
md5 = "0.7"
pyo3 = "0.15"
lazy_static = "1.4"
rand = "0.8.5"
chrono = "0.4"
syn = "1.0"
quote = "1.0"
proc-macro2 = "1.0"