# 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 = "adam" version = "0.9.3" authors = ["Jonathan Spira "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A command-line interface for compiling Gms2 projects" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/NPC-Studio/adam" [[bin]] name = "adam" path = "src/main.rs" [dependencies.aho-corasick] version = "0.7.20" [dependencies.camino] version = "1.1.4" features = ["serde1"] [dependencies.clap] version = "4.4" features = [ "derive", "cargo", ] [dependencies.color-eyre] version = "0.6.2" [dependencies.colored] version = "2.0.4" [dependencies.confy] version = "0.5.1" [dependencies.console] version = "0.15.5" [dependencies.const_format] version = "0.2.30" [dependencies.ctrlc] version = "3.2.5" features = ["termination"] [dependencies.directories] version = "5.0.0" [dependencies.dunce] version = "1.0.3" [dependencies.filetime] version = "0.2.20" [dependencies.gml_log_parser] version = "0.1.1" [dependencies.heck] version = "0.4.1" [dependencies.indicatif] version = "0.17.3" [dependencies.once_cell] version = "1.17.1" [dependencies.regex] version = "1.7.3" [dependencies.rustc-hash] version = "1.1.0" [dependencies.serde] version = "1.0.159" features = ["derive"] [dependencies.serde_json] version = "1.0.95" [dependencies.sysinfo] version = "0.28.4" [dependencies.toml] version = "0.7.3" [dependencies.toml_edit] version = "0.20.1" [dependencies.walkdir] version = "2.3.3" [dependencies.yy-boss] version = "0.9.5" [dependencies.yy-typings] version = "0.7.5" [target."cfg(not(windows))".dependencies.interprocess] version = "1.2.1"