2023-09-04 19:24:00 +00:00
|
|
|
[package]
|
2023-09-05 07:40:39 +00:00
|
|
|
name = "map-tool"
|
2023-09-30 10:15:57 +00:00
|
|
|
version = "1.3.0"
|
2023-09-04 19:24:00 +00:00
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2023-10-02 03:07:11 +00:00
|
|
|
anyhow = "1.0.75"
|
2023-09-13 01:17:03 +00:00
|
|
|
clap = { version = "4.4.2", features = ["derive"] }
|
2023-09-29 05:05:00 +00:00
|
|
|
flate2 = "1.0.27"
|
|
|
|
image = "0.24.7"
|
|
|
|
image_dds = "0.1.1"
|
2023-11-18 23:47:54 +00:00
|
|
|
lazy-regex = "3.1.0"
|
2023-09-04 19:24:00 +00:00
|
|
|
rbx_binary = "0.7.1"
|
2023-09-05 00:16:02 +00:00
|
|
|
rbx_dom_weak = "2.5.0"
|
|
|
|
rbx_reflection_database = "0.2.7"
|
2023-09-30 10:14:02 +00:00
|
|
|
rbx_xml = "0.13.1"
|
2024-01-09 23:10:19 +00:00
|
|
|
vbsp = "0.5.0"
|
2024-01-10 01:28:56 +00:00
|
|
|
vmdl = "0.1.1"
|
2024-01-09 06:14:27 +00:00
|
|
|
vpk = "0.2.0"
|
|
|
|
vtf = { path = "../vtf-rs"}
|
2023-09-11 23:46:56 +00:00
|
|
|
|
2023-11-09 23:51:11 +00:00
|
|
|
#[profile.release]
|
|
|
|
#lto = true
|
|
|
|
#strip = true
|
|
|
|
#codegen-units = 1
|