# 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" rust-version = "1.77.2" name = "swg_tre" version = "0.1.0" build = false exclude = [ "tests/**", "resources/**", "benches/**", "examples/**", ] publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "A library for reading from and creating TRE files used by Star Wars Galaxies" readme = "README.md" keywords = [ "tre", "swg", ] categories = [ "compression", "game-development", "parser-implementations", ] license = "AGPL-3.0-or-later" repository = "https://github.com/Smash-Wars-Galaxies/swg-rs" [lib] name = "swg_tre" path = "src/lib.rs" [dependencies.binrw] version = "0.14.0" [dependencies.bon] version = "2.3.0" [dependencies.byteorder] version = "1" [dependencies.crc] version = "3.2.1" [dependencies.flate2] version = "1.0.34" features = ["zlib"] [dependencies.indexmap] version = "2.6.0" [dependencies.md-5] version = "0.10.6" [dependencies.miette] version = "7.2.0" features = ["fancy"] [dependencies.swg_workspace] version = "0.1" [dependencies.thiserror] version = "1.0.64" [dependencies.tracing] version = "0.1.40" features = ["log"] [dev-dependencies.divan] version = "0.1.15" [dev-dependencies.pretty_assertions] version = "1.4.1" [dev-dependencies.tracing-test] version = "0.2.5" features = ["no-env-filter"] [dev-dependencies.walkdir] version = "2.5.0"