cargo:rustc-check-cfg=cfg(Py_LIMITED_API)
cargo:rustc-check-cfg=cfg(Py_GIL_DISABLED)
cargo:rustc-check-cfg=cfg(PyPy)
cargo:rustc-check-cfg=cfg(GraalPy)
cargo:rustc-check-cfg=cfg(py_sys_config, values("Py_DEBUG", "Py_REF_DEBUG", "Py_TRACE_REFS", "COUNT_ALLOCS"))
cargo:rustc-check-cfg=cfg(pyo3_disable_reference_pool)
cargo:rustc-check-cfg=cfg(pyo3_leak_on_drop_without_reference_pool)
cargo:rustc-check-cfg=cfg(Py_3_7)
cargo:rustc-check-cfg=cfg(Py_3_8)
cargo:rustc-check-cfg=cfg(Py_3_9)
cargo:rustc-check-cfg=cfg(Py_3_10)
cargo:rustc-check-cfg=cfg(Py_3_11)
cargo:rustc-check-cfg=cfg(Py_3_12)
cargo:rustc-check-cfg=cfg(Py_3_13)
cargo:rustc-check-cfg=cfg(Py_3_14)
cargo:rustc-check-cfg=cfg(Py_3_15)
cargo:rerun-if-env-changed=PYO3_CROSS
cargo:rerun-if-env-changed=PYO3_CROSS_LIB_DIR
cargo:rerun-if-env-changed=PYO3_CROSS_PYTHON_VERSION
cargo:rerun-if-env-changed=PYO3_CROSS_PYTHON_IMPLEMENTATION
cargo:rerun-if-env-changed=PYO3_PRINT_CONFIG
cargo:PYO3_CONFIG=696d706c656d656e746174696f6e3d43507974686f6e0a76657273696f6e3d332e31330a7368617265643d747275650a616269333d747275650a6c69625f6e616d653d707974686f6e330a6c69625f6469723d433a5c55736572735c72756e6e657261646d696e5c417070446174615c4c6f63616c5c707970615c63696275696c64776865656c5c43616368655c6e756765742d63707974686f6e5c707974686f6e2e332e31332e31325c746f6f6c735c6c6962730a65786563757461626c653d433a5c55736572735c72756e6e657261646d696e5c417070446174615c4c6f63616c5c54656d705c6275696c642d656e762d76356f39683239625c536372697074735c707974686f6e2e6578650a706f696e7465725f77696474683d36340a6275696c645f666c6167733d0a707974686f6e5f6672616d65776f726b5f7072656669783d4e6f6e650a73757070726573735f6275696c645f7363726970745f6c696e6b5f6c696e65733d66616c73650a
cargo:rustc-link-lib=pythonXY:python3
cargo:rustc-link-search=native=C:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget-cpython\python.3.13.12\tools\libs
cargo:rustc-cfg=Py_3_7
cargo:rustc-cfg=Py_3_8
cargo:rustc-cfg=Py_3_9
cargo:rustc-cfg=Py_3_10
cargo:rustc-cfg=Py_3_11
cargo:rustc-cfg=Py_3_12
cargo:rustc-cfg=Py_3_13
cargo:rustc-cfg=Py_LIMITED_API
cargo:rustc-cfg=fn_ptr_eq
cargo:rustc-check-cfg=cfg(fn_ptr_eq)
cargo:rustc-cfg=from_bytes_with_nul_error
cargo:rustc-check-cfg=cfg(from_bytes_with_nul_error)
