// Code generated by alef — DO NOT EDIT.
package {{ pkg_name }}
// RequireNativeSetup_{{ version_ident }} is a version-skew sentinel referenced by the
// machine-local cgo link shim that `cmd/setup` writes into consumer packages. If this
// module is upgraded without re-running `cmd/setup`, the previously written shim (built
// against the old version) references an identifier that no longer exists here, turning
// silent native-library skew into a compile-time error instead of a runtime crash.
const RequireNativeSetup_{{ version_ident }} = "{{ crate_version }}"