# 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_stf" 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 STF files used by Star Wars Galaxies" readme = "README.md" keywords = [ "stf", "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_stf" path = "src/lib.rs" [dependencies.byteorder] version = "1" [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"] [dependencies.widestring] version = "1.1.0" [dev-dependencies.tracing-test] version = "0.2.5" features = ["no-env-filter"]