[package] name = "uesave" version = "0.5.0" edition = "2021" authors = ["trumank"] repository = "https://github.com/trumank/uesave-rs" homepage = "https://github.com/trumank/uesave-rs" description = "Unreal Engine save file (GVAS) reading/writing" keywords = ["unreal-engine", "save", "gvas"] license = "MIT" [package.metadata.wix] upgrade-guid = "DC644268-641B-4213-932C-2BC756847797" path-guid = "C7E7AFCF-192B-4F04-8C80-F036DC47733C" license = false eula = false [dependencies] byteorder = "1.5.0" uuid = { version = "1.6.1", features = ["serde"] } anyhow = "1.0.79" serde = { version = "1.0.195", features = ["derive"] } clap = { version = "4.4.16", features = ["derive"] } serde_json = { version = "1.0.111", features = ["preserve_order"] } tempfile = "3.9.0" thiserror = "1.0.56" shell-words = "1.1.0" edit = "0.1.5" indexmap = { version = "2.1.0", features = ["serde"] } [dev-dependencies] pretty_assertions = "1.4.0" # generated by 'cargo dist init' [profile.dist] inherits = "release" debug = true split-debuginfo = "packed" # Config for 'cargo dist' [workspace.metadata.dist] # The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax) cargo-dist-version = "0.7.1" # CI backends to support ci = ["github"] # The installers to generate for each app installers = ["shell", "powershell", "msi"] # Target platforms to build apps for (Rust target-triple syntax) targets = ["x86_64-unknown-linux-gnu", "aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-pc-windows-msvc"] # Publish jobs to run in CI pr-run-mode = "plan"