# 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 = "archbelt" version = "0.3.0" authors = ["Michael K "] build = false exclude = [".github/workflows/rust-release.yml"] autobins = false autoexamples = false autotests = false autobenches = false description = "A tool to work with Archean blueprints and XenonCode modules" readme = "README.md" license = "MIT" repository = "https://github.com/archean-cookbook/archbelt" [profile.release] opt-level = "z" lto = true codegen-units = 1 strip = true [[bin]] name = "archbelt" path = "src/main.rs" [dependencies.clap] version = "4.5" [dependencies.clap_complete] version = "4.5" [dependencies.notify] version = "6" [dependencies.notify-debouncer-full] version = "0.3.1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_derive] version = "1.0.204" [dependencies.serde_json] version = "1.0.120" [dependencies.steamlocate] version = "2.0.0-beta.2"