# 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" version = "0.1.0" build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "This tool serves to make interacting with data for Star Wars Galaxies files easier to automate" readme = "README.md" keywords = [] categories = ["command-line-utilities"] license = "AGPL-3.0-or-later" repository = "https://github.com/Smash-Wars-Galaxies/swg-rs" [[bin]] name = "swg" path = "src/main.rs" [dependencies.better-panic] version = "0.3.0" [dependencies.clap] version = "4.5.19" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2.2.2" [dependencies.miette] version = "7.2.0" features = ["fancy"] [dependencies.swg_tre] version = "0.1" [dependencies.swg_workspace] version = "0.1" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-log] version = "0.2.0" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "env-filter", "json", ] [dependencies.walkdir] version = "2.5.0"