# 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 = "2021" name = "cargo-pyinit" version = "0.1.3" authors = ["Rex Lunae "] description = "A cargo plugin to make it easier to write and convert crates into Python extension modules." homepage = "https://github.com/rexlunae/cargo-pyinit" readme = "README.md" keywords = ["rust", "cargo", "python"] license = "MIT OR Apache-2.0" repository = "https://github.com/rexlunae/cargo-pyinit.git" resolver = "2" [dependencies.cargo_toml] version = "0.10" [dependencies.clap] version = "2.33.3" [dependencies.log] version = "0.4" features = ["max_level_debug", "release_max_level_warn"] [dependencies.regex] version = "1.5" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.simple_logger] version = "1.13.0" [dependencies.tinytemplate] version = "1.2"