# 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 = "RustPyNet" version = "0.1.3" authors = ["Cristian Camargo Filho "] 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." homepage = "https://github.com/letalboy/RustPyNet" documentation = "https://docs.rs/RustPyNet" readme = "README.md" keywords = [ "python", "threading", "pyo3", ] categories = [ "development-tools::bindings", "python", ] license = "MIT" resolver = "1" [dependencies.chrono] version = "0.4" [dependencies.lazy_static] version = "1.4" [dependencies.md5] version = "0.7" [dependencies.proc-macro2] version = "1.0" [dependencies.pyo3] version = "0.15" [dependencies.quote] version = "1.0" [dependencies.rand] version = "0.8.5" [dependencies.rustpynet_macros] version = "0.1.2" [dependencies.syn] version = "1.0"