grift_std 1.4.0

Standard library I/O and runtime features for the Grift Scheme language (requires std)
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "grift_arena"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0aca0635a0a117364951066304b5da362df372305567dcfef1f819cea63a7b0a"

[[package]]
name = "grift_core"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "768efc70c85592bd3c9dd268ed6f5ec7c36fde3696c9f3e1bd950cbead253ce4"
dependencies = [
 "grift_arena",
 "grift_macros",
]

[[package]]
name = "grift_macros"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bda7f536df99b844ff780e29f126cd8804907f871cbf6b0491e24d7e73080db3"
dependencies = [
 "grift_util",
]

[[package]]
name = "grift_std"
version = "1.4.0"
dependencies = [
 "grift_core",
]

[[package]]
name = "grift_util"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b8b2aca9fea4b9ca7afb57c60a3bd351f5097449cd85635475a15b42b55f2b1"