# 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 = "pylib" version = "0.3.0" authors = ["Arun Sharma "] description = "A library for python compatible APIs" homepage = "https://github.com/adsharma/py2many" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/adsharma/pylib-rs" [dependencies.anyhow] version = "1.0" [dependencies.once_cell] version = "1.7.2" [dependencies.rand] version = "0.4.2" [dependencies.tempfile] version = "3.2.0"