stak-native 0.10.12

Optimized primitives of native functions for Stak Scheme
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "cfg-elif"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48e4c88374f9089549688b990b079b53e13178ba952757332da543601c8f2313"

[[package]]
name = "stak-native"
version = "0.10.12"
dependencies = [
 "stak-vm",
]

[[package]]
name = "stak-vm"
version = "0.10.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e1165c994c7a2a9efff2d58c6e0d231c8ceb18a264a1d086d298e5ea56b8f30"
dependencies = [
 "cfg-elif",
]