# 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 = "2018" name = "pime" version = "0.0.17" authors = ["Sergei S. "] autoexamples = false description = "Rust Python Integration Made Easy" readme = "README.md" keywords = ["python"] license = "MIT" [lib] name = "pime" path = "src/lib.rs" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.13" [dependencies.pyo3] version = "0.14.1" [dependencies.pythonize] version = "0.14.0" [dependencies.rust-ini] version = "0.17.0" [dependencies.serde-value] version = "0.7.0" [dependencies.tokio] version = "1.9" features = ["sync", "time"] [dependencies.triggered] version = "0.1.2"