2020-04-08 00:21:52 -04:00
|
|
|
[package]
|
2020-04-30 16:13:49 -07:00
|
|
|
name = "training_modpack"
|
2021-12-27 13:10:50 -08:00
|
|
|
version = "3.2.0"
|
2020-05-14 13:54:32 -07:00
|
|
|
authors = ["jugeeya <jugeeya@live.com>"]
|
2020-04-08 00:21:52 -04:00
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
crate-type = ["cdylib"]
|
|
|
|
|
|
|
|
[dependencies]
|
2020-09-14 13:43:53 -07:00
|
|
|
skyline = { git = "https://github.com/ultimate-research/skyline-rs.git" }
|
2021-09-15 07:50:14 -07:00
|
|
|
skyline_smash = { git = "https://github.com/ultimate-research/skyline-smash.git" }
|
2021-04-14 10:21:51 -07:00
|
|
|
skyline-web = { git = "https://github.com/skyline-rs/skyline-web.git" }
|
2020-09-08 21:10:27 -07:00
|
|
|
bitflags = "1.2.1"
|
2021-06-15 20:06:37 -07:00
|
|
|
parking_lot = { version = "0.11.1", features = ["nightly"] }
|
2020-09-14 13:43:06 -07:00
|
|
|
lazy_static = "1.4.0"
|
2020-09-26 00:49:06 +00:00
|
|
|
owo-colors = "1.1.3"
|
2021-04-14 10:21:51 -07:00
|
|
|
ramhorns = "0.10.1"
|
|
|
|
paste = "1.0"
|
|
|
|
num = "0.3.0"
|
|
|
|
num-derive = "0.3"
|
|
|
|
num-traits = "0.2"
|
|
|
|
wsl = "0.1.0"
|
2021-08-14 19:06:25 -07:00
|
|
|
strum = "0.21.0"
|
|
|
|
strum_macros = "0.21.0"
|
2021-09-13 08:24:43 -07:00
|
|
|
minreq = { version = "=2.2.1", features = ["https", "json-using-serde"] }
|
|
|
|
serde = { version = "1", features = ["derive"] }
|
|
|
|
serde_json = "1"
|
|
|
|
|
|
|
|
[patch.crates-io]
|
|
|
|
ring = { git = "https://github.com/skyline-rs/ring", branch = "0.16.20" }
|
|
|
|
webpki = { git = "https://github.com/skyline-rs/webpki" }
|
2020-04-10 18:34:29 -04:00
|
|
|
|
2020-04-12 19:34:43 -04:00
|
|
|
[profile.dev]
|
|
|
|
panic = "abort"
|
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
panic = "abort"
|
2020-04-16 01:58:05 -04:00
|
|
|
lto = true
|
2020-04-30 16:13:49 -07:00
|
|
|
|
|
|
|
[package.metadata.skyline]
|
|
|
|
titleid = "01006A800016E000"
|
2020-08-07 17:42:14 -07:00
|
|
|
plugin-dependencies = [
|
2021-09-09 11:29:44 -07:00
|
|
|
{ name = "libnro_hook.nro", url = "https://github.com/ultimate-research/nro-hook-plugin/releases/download/v0.3.0/libnro_hook.nro" },
|
2020-10-24 10:47:10 -07:00
|
|
|
{ name = "libparam_hook.nro", url = "https://github.com/ultimate-research/params-hook-plugin/releases/download/v0.1.1/libparam_hook.nro" },
|
2021-08-20 18:48:40 +00:00
|
|
|
{ name = "libnn_hid_hook.nro", url = "https://github.com/jugeeya/nn-hid-hook/releases/download/beta/libnn_hid_hook.nro" }
|
2020-08-07 17:42:14 -07:00
|
|
|
]
|
|
|
|
|
2021-01-22 19:21:17 +00:00
|
|
|
[features]
|
2021-06-15 20:06:37 -07:00
|
|
|
outside_training_mode = []
|