ksl 0.1.30

KSL core library and interpreter
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"
rust-version = "1.92"
name = "ksl"
version = "0.1.30"
authors = ["Kevin Stephen <qarks@icloud.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "KSL core library and interpreter"
documentation = "https://docs.rs/ksl"
readme = "README.md"
keywords = [
    "interpreter",
    "language",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/kands-code/rswk"
resolver = "3"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "doc_cfg",
    "--generate-link-to-definition",
]

[lib]
name = "ksl"
crate-type = [
    "lib",
    "dylib",
]
path = "src/lib.rs"

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

[dependencies.chrono]
version = "^0.4.44"
features = [
    "clock",
    "serde",
]
default-features = false

[dependencies.clap]
version = "^4.6.0"
features = ["derive"]

[dependencies.console]
version = "^0.16.3"

[dependencies.fish-printf]
version = "^0.2.1"

[dependencies.libloading]
version = "^0.9.0"

[dependencies.mimalloc]
version = "^0.1.48"

[dependencies.nu-ansi-term]
version = "^0.50.3"

[dependencies.nu-glob]
version = "^0.112.1"

[dependencies.nucleo-matcher]
version = "^0.3.1"

[dependencies.parking_lot]
version = "^0.12.5"

[dependencies.reedline]
version = "^0.47.0"

[dependencies.regex]
version = "^1.12.3"

[dependencies.rustc-hash]
version = "^2.1.2"

[dependencies.serde]
version = "^1.0.228"

[dependencies.serde_json]
version = "^1.0.149"

[dependencies.unescaper]
version = "^0.1.8"