repak/oodle_loader/Cargo.toml
2023-12-16 16:24:21 -06:00

23 lines
515 B
TOML

[package]
name = "oodle_loader"
repository.workspace = true
authors.workspace = true
license.workspace = true
version.workspace = true
edition.workspace = true
[target.'cfg(windows)'.dependencies]
libloading = "0.7"
[target.'cfg(unix)'.dependencies]
object = { version = "0.32.1", default-features = false, features = ["std", "read"] }
libc = "0.2.148"
seq-macro = "0.3.5"
[dependencies]
sha1 = { workspace = true }
ureq = "2.6"
hex-literal = "0.4"
hex = { workspace = true }
anyhow = "1.0.75"
lzma-rs = "0.3.0"