# 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 = "serverforge" version = "0.1.3" authors = ["Chidozie C. Okafor "] description = "ServerForge - A robust server setup and maintenance tool" readme = "README.md" license = "MIT" [lib] name = "server_forge" path = "src/lib.rs" [[bin]] name = "server_forge" path = "src/main.rs" [dependencies.chrono] version = "0.4.38" [dependencies.config] version = "0.14.0" [dependencies.log] version = "0.4.21" [dependencies.log4rs] version = "1.3.0" [dependencies.mockall] version = "0.12.1" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.tempfile] version = "3.10.1"