-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
34 lines (32 loc) · 1 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[package]
edition = "2021"
name = "skyrim-alchemy-rs"
version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ahash = "0.7.6"
anyhow = "1.0.41"
arrayvec = {version = "0.7.2", features = ["serde"]}
bsa = "0.2.1"
clap = {version = "3.1.18", features = ["derive"]}
dirs = "4.0.0"
encoding_rs = "0.8.28"
env_logger = "0.9.0"
esplugin = {git = "https://github.com/mickdekkers/esplugin", branch = "custom-tweaks"}
humantime = "2.1.0"
itertools = "0.10.3"
lazy_static = "1.4.0"
libloadorder = {git = "https://github.com/Ortham/libloadorder", rev = "d35d61290e2df1fcc9b19be8e453d2cb7bb3ce38"}
log = "0.4.17"
log_err = "1.1.1"
memmap2 = "0.5.3"
nom = "7.0.0"
once_cell = "1.12.0"
ouroboros = "0.15.0"
permutator = "0.4.3"
rayon = "1.5.3"
serde = {version = "1.0.137", features = ["derive"]}
serde_json = "1.0.81"
serde_with = "1.14.0"
skyrim_savegame = {git = "https://github.com/mickdekkers/skyrim_savegame", branch = "fix/ref-id-parsing"}
thiserror = "1.0.31"