version = 3
[[package]]
name = "libc"
version = "0.2.120"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad5c14e80759d0939d013e6ca49930e59fc53dd8e5009132f76240c179380c09"
[[package]]
name = "once_cell"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
[[package]]
name = "pyo3-build-config"
version = "0.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fbb27a3e96edd34c13d97d0feefccc90a79270c577c66e19d95af8323823dfc"
dependencies = [
"once_cell",
]
[[package]]
name = "pyo3-ffi"
version = "0.16.2"
dependencies = [
"libc",
"pyo3-build-config",
]