nibli 0.1.0

Native debug REPL and validation tooling
# 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 = "nibli"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native debug REPL and validation tooling"
homepage = "https://dhilipsiva.github.io/nibli/"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/dhilipsiva/nibli"
resolver = "2"

[features]
bench-bins = []

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

[[bin]]
name = "nibli-bench-book"
path = "src/bin/bench_book.rs"
required-features = ["bench-bins"]

[[bin]]
name = "nibli-bench-naf"
path = "src/bin/bench_naf.rs"
required-features = ["bench-bins"]

[[bin]]
name = "nibli-import"
path = "src/bin/import.rs"
doc = false

[[bin]]
name = "nibli-pin"
path = "src/bin/pin.rs"

[[bin]]
name = "nibli-validate"
path = "src/bin/validate.rs"

[dependencies.nibli-engine]
version = "0.1.0"

[dependencies.nibli-import]
version = "0.1.0"

[dependencies.nibli-kr]
version = "0.1.0"
features = ["reedline"]

[dependencies.nibli-render]
version = "0.1.0"

[dependencies.nu-ansi-term]
version = "0.50"

[dependencies.reedline]
version = "0.45.0"