# 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 = "scl-core" version = "1.0.2" authors = ["Steve-xmh "] description = "A fully featured minecraft launcher core. (Highly unstable and all in Chinese!)" homepage = "https://github.com/Steve-xmh/scl" readme = "README.md" license = "LGPL-3.0-only" repository = "https://github.com/Steve-xmh/scl" [dependencies.anyhow] version = "^1.0" [dependencies.async-trait] version = "^0.1" [dependencies.base64] version = "^0.21" [dependencies.dirs] version = "^5.0" [dependencies.fs_extra] version = "1.3.0" [dependencies.futures] version = "^0.3.21" [dependencies.image] version = "^0.24" features = [ "jpeg", "png", "gif", "bmp", "rgb", ] default-features = false [dependencies.log] version = "^0.4" features = ["release_max_level_off"] [dependencies.nom] version = "^7.1" [dependencies.once_cell] version = "^1.7" [dependencies.path-absolutize] version = "^3.0" [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde_json] version = "^1.0" [dependencies.sha1_smol] version = "^1.0" features = ["std"] [dependencies.shell-words] version = "^1.0" [dependencies.shellwords] version = "1.1.0" [dependencies.smol] version = "^1.2" [dependencies.surf] version = "^2.3" features = [ "curl-client", "encoding", ] default-features = false [dependencies.toml] version = "^0.7" [dependencies.url] version = "^2.2" [dependencies.urlencoding] version = "^2.1" [dependencies.uuid] version = "1.0.0" features = ["v4"] [dependencies.webp] version = "^0.2" [dependencies.zip] version = "^0.6.2" [target."cfg(target_os = \"macos\")".dependencies.libc] version = "^0.2" [target."cfg(target_os = \"windows\")".dependencies.windows] version = "0.48" features = [ "Win32_System_Diagnostics_Debug", "Win32_Foundation", "Win32_System_Console", "Win32_System_ProcessStatus", "Win32_System_Registry", "Win32_System_SystemInformation", "Win32_System_Threading", "Win32_UI_Shell", "Win32_UI_WindowsAndMessaging", ] [target."cfg(target_os = \"windows\")".dependencies.winreg] version = "^0.50"