23 lines
610 B
TOML
23 lines
610 B
TOML
[package]
|
|
name = "nopalmo"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
tokio = { version = "1.37.0", features = ["full"] }
|
|
tracing = "0.1.40"
|
|
tracing-subscriber = { version = "0.3.18", features = ["chrono"] }
|
|
|
|
mlua = { version = "0.9.9", features = ["async", "luau"] }
|
|
serenity = "0.12.1"
|
|
|
|
num_cpus = "1.16.0"
|
|
rand = "0.8.5"
|
|
regex = "1.10.4"
|
|
sqlite = { version = "0.36.1", features = ["bundled"] }
|
|
|
|
[features]
|
|
|
|
# slated for removal, originally this engine was going to be a multipurpose and publicly available bot, however plans change and im limiting the scope
|
|
nsfw_features = []
|
|
premium_features = []
|