[package]
edition = "2021"
rust-version = "1.63"
name = "python3-dll-a"
version = "0.2.15"
authors = [
"Sergey Kvachonok <ravenexp@gmail.com>",
"messense <messense@icloud.com>",
"Adam Reichold <adam.reichold@t-online.de>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Standalone python3(y)(t).dll import library generator"
readme = "README.md"
keywords = [
"build-dependencies",
"python",
"windows",
"mingw",
"msvc",
]
categories = ["development-tools::build-utils"]
license = "MIT"
repository = "https://github.com/PyO3/python3-dll-a"
[lib]
name = "python3_dll_a"
path = "src/lib.rs"
[target."cfg(windows)".dependencies.cc]
version = "1.0.73"