# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "bmos_server" version = "1.0.3" authors = ["Sam "] description = "bmOS_server is an executable in charge of receiving intents and rendering their associated BMO-faces and playing audio tracks. This is part of the software required to run a custom BMO-Boy." license = "GPL-3.0-or-later" [profile.release] debug = 1 [dependencies.openweathermap] version = "0.2.4" [dependencies.random-number] version = "0.1.6" [dependencies.sdl2] version = "0.34.5" features = ["image", "ttf"] default-features = false [dependencies.soloud] version = "0.4.0" features = ["openal"] default-features = false