# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "urex" version = "0.0.3" authors = ["Rudolf Kolbe "] include = [ "src/*", "Cargo.toml", "README.md", "LICENSE-APACHE", "LICENSE-MIT", "COPYRIGHT", ] description = "wip UnityRustExtractor and patcher" homepage = "https://crates.io/crates/urex" documentation = "https://docs.rs/urex" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/UnityRustEXtractor/urex" [dependencies.aes] version = "0.8.2" [dependencies.bitflags] version = "1.3.2" [dependencies.brotli] version = "3.3.4" [dependencies.byteorder] version = "1.4.3" [dependencies.cbc] version = "0.1.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.libflate] version = "1.3.0" [dependencies.lz4_flex] version = "0.10" [dependencies.lzma-rs] version = "0.3.0" [dependencies.num_enum] version = "0.5.11" [dependencies.paste] version = "1.0.12" [dependencies.rmp] version = "^0.8" [dependencies.rmp-serde] version = "1.1.1" [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9"