nilang 0.4.0

A scripting language interpreter for Advent of Code
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

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

[[bin]]
name = "nilang"
path = "src/main.rs"

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

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

[dependencies.murmurhash3]
version = "0.0.5"

[dependencies.sandpit]
version = "=0.5.2"

[dependencies.termion]
version = "4.0.4"

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

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