Files

38 lines
798 B
TOML
Raw Permalink Normal View History

2025-03-02 23:05:17 +00:00
[package]
name = "libloot"
2025-06-08 17:14:38 +01:00
version = "0.27.0"
2025-03-02 23:05:17 +00:00
edition = "2024"
2025-05-11 15:24:51 +01:00
license = "GPL-3.0-or-later"
2025-03-02 23:05:17 +00:00
[dependencies]
crc32fast = "1.4.2"
2025-05-16 17:16:58 +01:00
esplugin = "6.1.3"
2025-03-02 23:05:17 +00:00
fancy-regex = "0.14.0"
2025-05-16 08:57:07 +01:00
libloadorder = "18.4.0"
2025-03-30 16:29:10 +01:00
log = { version = "0.4.26", features = ["std"] }
2025-05-16 08:44:36 +01:00
loot-condition-interpreter = "5.3.2"
2025-04-09 17:23:31 +01:00
petgraph = "0.8.1"
2025-03-30 16:29:10 +01:00
rayon = "1.10.0"
rustc-hash = "2.1.1"
2025-04-19 19:34:23 +01:00
saphyr = "0.0.4"
2025-03-02 23:05:17 +00:00
unicase = "2.8.1"
2025-03-30 16:29:10 +01:00
2025-03-20 22:51:43 +00:00
[target.'cfg(windows)'.dependencies]
2025-03-26 21:21:55 +00:00
windows = { version = "0.61.1", features = ["Win32_Storage_FileSystem"] }
2025-03-20 22:51:43 +00:00
2025-03-02 23:05:17 +00:00
[dev-dependencies]
2025-04-24 19:44:52 +01:00
parameterized-test = { path = "./parameterized-test" }
2025-03-02 23:05:17 +00:00
tempfile = "3.17.1"
2025-03-06 22:24:39 +00:00
[workspace]
2025-04-28 18:10:57 +01:00
members = ["cpp", "ffi-errors", "nodejs", "parameterized-test", "python"]
2025-03-17 21:21:51 +00:00
2025-03-17 21:31:59 +00:00
[profile.release]
debug = "limited"
2025-04-26 16:40:46 +01:00
lto = "thin"
2025-03-17 21:31:59 +00:00
[profile.rel-with-deb-info]
inherits = "release"
opt-level = 2
debug = "limited"