[package] name = "warpack-core" version = "0.0.1" authors = ["Rhazarian ", "ElusiveMori"] edition = "2018" description = "The core part of Warpack." repository = "https://github.com/rhazarian/warpack" license = "MIT" keywords = ["warcraft", "warpack", "warscript"] [dependencies] pest = "2.1.2" rlua = "0.16.3" serde = { version = "1.0.104", features = ["derive"] } serde_json = "1.0.48" toml = "0.5.6" indexmap = "1.3.2" walkdir = "2.3.1" itertools = "0.8.2" path-absolutize = "1.1.7" atoi = "0.3.2" notify = "4.0.15" # error handling thiserror = "1.0.11" anyhow = "1.0.26" # internal ceres-mpq = "0.1.8" warpack-formats = "0.0.1" warpack-lua-parser = "0.0.1" warpack-stock-data = "0.0.1"