19 lines
463 B
TOML
19 lines
463 B
TOML
[package]
|
|
name = "jaaj-rs"
|
|
description = "Blazingly 🔥 fast 🚀 and memory safe ✨ JaaJ implementation in Rust 🦀"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "MIT"
|
|
authors = ["Jaaj-San"]
|
|
repository = "https://git.ahur.ac/Jaaj-San/jaaj-rs"
|
|
|
|
[features]
|
|
lolcat = ["dep:colored", "dep:regex"]
|
|
|
|
[dependencies]
|
|
rand = "0.9.0"
|
|
colored = { version = "3.0.0", optional = true }
|
|
regex = { version = "1.11.1", optional = true }
|
|
|
|
[build-dependencies]
|
|
rulet = "2.0.0"
|