# 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 = "wonderland" version = "0.2.0" description = "A package for controling a server running games and other services." readme = "README.md" license = "MIT" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.dirs] version = "5.0" [dependencies.dotenvy] version = "0.15" [dependencies.itertools] version = "0.11" [dependencies.regex] version = "1.10" [dependencies.reqwest] version = "0.11" features = ["blocking"] [dependencies.rusqlite] version = "0.29.0" features = ["bundled"] [dependencies.semver] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tar] version = "0.4" [dependencies.tokio] version = "1.32.0" features = ["full"] [dependencies.xz2] version = "0.1" [dev-dependencies.mockito] version = "1.2"