[package] name = "hyperbuild-python" publish = false version = "0.0.19" authors = ["Wilson Lin "] edition = "2018" [lib] name = "hyperbuild_python_lib" crate-type = ["cdylib"] [dependencies] hyperbuild = "0.0.19" [dependencies.pyo3] version = "0.9.0-alpha.1" features = ["extension-module"] [target.x86_64-apple-darwin] rustflags = [ "-C", "link-arg=-undefined", "-C", "link-arg=dynamic_lookup", ]