# 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 = "pydestiny" version = "0.1.0" authors = ["Marc Chesebro "] description = "A python wrapper for the rust crate destiny. A library for rolling dice and calculating dice distributions." readme = "./README.md" license = "MIT" repository = "https://github.com/MarcChesebro/pydestiny" [lib] name = "pydestiny" crate-type = ["cdylib"] [dependencies.destiny] version = "0.2.1" [dependencies.pyo3] version = "0.11.1" features = ["extension-module"]