Support libnacl v1.9.0 onward
libnacl.version file removed:
Get version with importlib.metadata.version("libnacl"):
Could have use pkg_resources.get_distribution("libnacl").version:
libnacl brought a breaking change, because it most likely does not follow semver versioning scheme.
Edited by Moul