nightfury 0.3.1

(DRAFT) toothless is here to help you write code blazingly fast
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 = "2024"
name = "nightfury"
version = "0.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "bin"
description = "(DRAFT) toothless is here to help you write code blazingly fast"
readme = false
license = "GPL-3.0-only"
repository = "https://github.com/mageOfStructs/nightfury"

[features]
thread-safe = []

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

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

[dependencies.console]
version = "0.15.11"

[dependencies.debug_print]
version = "1.0.0"

[dependencies.ebnf]
version = "0.1.4"

[dependencies.regex]
version = "1.11.1"

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.serde-binary]
version = "0.5.0"

[dependencies.serde_json]
version = "1.0.140"