# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "pyo3-mp" version = "0.1.3" authors = ["h "] description = "Rust bindings for Python multiprocessing module" homepage = "https://github.com/kerryeon/pyo3-mp" documentation = "https://docs.rs/crate/pyo3-mp/" readme = "README.md" keywords = ["pyo3", "python", "multiprocessing"] license = "Apache-2.0" repository = "https://github.com/kerryeon/pyo3-mp" [dependencies.pyo3] version = "0.12" [dev-dependencies.bincode] version = "1.3" [dev-dependencies.serde] version = "1.0" features = ["derive"]