[package] name = "rshim" version = "0.1.0" authors = ["anonymous "] edition = "2024" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [profile.release] opt-level = "z" panic = "abort" [dependencies] fs-err = "3.3.1" unicode-bom = "2.0.3" thiserror={version = "2.0.20"} mlua = { version = "0.12.0", features = ["lua54", "vendored"] } winapi = { version = "0.3", features = [ "wincon", "consoleapi", "minwindef", "shellapi", "winuser", "synchapi", "combaseapi", "winbase", "processthreadsapi", "objbase", "impl-default" ] }