# 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 = "pyo3-setup" version = "0.1.1" authors = ["Adam Thompson-Sharpe "] include = ["/src/", "LICENSE", "README.md"] description = "Quickly set up a Rust PyO3 project with setuptools-rust" readme = "README.md" keywords = ["python", "pyo3"] categories = ["config", "command-line-utilities"] license = "GPL-3.0" repository = "https://gitlab.com/MysteryBlokHed/pyo3-setup" [dependencies.cargo-edit] version = "0.8" [dependencies.clap] version = "2.33" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.toml] version = "0.5" [dev-dependencies.tempdir] version = "0.3"