gruggers 0.9.2

rust implementation of the grug language
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "allocator-api2"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c880a97d28a3681c0267bd29cff89621202715b065127cd445fa0f0fe0aa2880"

[[package]]
name = "gruggers"
version = "0.9.2"
dependencies = [
 "allocator-api2",
 "gruggers-core",
 "json",
]

[[package]]
name = "gruggers-core"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19e9ca196f6095070b56f85d1e45acab11af6583ad8d3d8fcfc2f4c2e7a06110"
dependencies = [
 "allocator-api2",
]

[[package]]
name = "json"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"