nilang 0.1.1

A scripting language interpreter for Advent of Code
Documentation
[[bin]]
name = "nilang"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5.8"

[dependencies.hashbrown]
default-features = false
features = ["ahash"]
version = "0.14"

[dependencies.murmurhash3]
version = "0.0.5"

[dependencies.sandpit]
features = ["multi_threaded"]
version = "0.4.2"

[dependencies.termion]
version = "4.0.4"

[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[lib]
name = "nilang"
path = "src/lib.rs"

[package]
authors = ["Niland Schumacher <niland.schumacher@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A scripting language interpreter for Advent of Code"
documentation = "https://docs.rs/nilang"
edition = "2021"
homepage = "https://github.com/Nilando/nilang"
keywords = ["language", "interpreter", "scripting"]
license = "MIT"
name = "nilang"
readme = "README.md"
repository = "https://github.com/Nilando/nilang"
version = "0.1.1"