[package] name = "school-computer-toolkit" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] async-scoped = { version = "0.7", features = ["use-tokio"] } dirs = "4" futures-util = { version = "0.3.21", default-features = false, features = ["alloc"] } #indexmap = "1.9.1" miette = { version = "4.7", features = ["fancy"] } once_cell = { version = "1.16", features = ["parking_lot"] } ramhorns = "0.14" reqwest = { version = "0.11.10", features = ["json"] } serde = { version = "1", features = ["derive"] } serde_json = "1" tokio = { version = "1.19", features = ["fs", "macros", "process", "rt", "rt-multi-thread"] } url = "2.2" windows-sys = { version = "0.42", features = ["Win32_Foundation", "Win32_System_Registry", "Win32_System_WindowsProgramming"] }