pyo3/pyo3-macros-backend
Sergey Kvachonok 7a44aa1070 pyo3-macros-backend: Replace pyo3-build-config with abi3 feature
Python 3.6 and older are not supported by the current PyO3 version,
so the removed interpreter version check was a no-op.

`pyo3_build_config::get()` attempts to read a config file from disk
when PyO3 is cross-compiling, which is probably bad for rust-analyzer
and other IDEs that attempt to sandbox the proc macro code.
2022-03-23 09:48:15 +03:00
..
src pyo3-macros-backend: Replace pyo3-build-config with abi3 feature 2022-03-23 09:48:15 +03:00
Cargo.toml pyo3-macros-backend: Replace pyo3-build-config with abi3 feature 2022-03-23 09:48:15 +03:00
LICENSE macros: rename crates for consistency 2020-12-20 06:39:28 +00:00