stak-native 0.10.33

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 = "noop-executor"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d38c94f32c818a514051ceac7c15c85f37c9977c0075c791f26a12426ca6032"

[[package]]
name = "proc-macro2"
version = "1.0.95"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "quote"
version = "1.0.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "stak-native"
version = "0.10.33"
dependencies = [
 "stak-vm",
 "winter-maybe-async",
]

[[package]]
name = "stak-util"
version = "0.10.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af2b168eeb97c0965b780fd759d224692e3bb0f1b866f325d6d3c20fe8ee9dff"
dependencies = [
 "cfg-elif",
 "noop-executor",
]

[[package]]
name = "stak-vm"
version = "0.10.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bb7d210ca71b91740da6fd9e162175d2fe189999c3edc251e5dd42d4fec90a0"
dependencies = [
 "cfg-elif",
 "stak-util",
 "winter-maybe-async",
]

[[package]]
name = "syn"
version = "2.0.104"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "unicode-ident"
version = "1.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"

[[package]]
name = "winter-maybe-async"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d31a19dae58475d019850e25b0170e94b16d382fbf6afee9c0e80fdc935e73e"
dependencies = [
 "quote",
 "syn",
]