# 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 = "xm" version = "0.1.0" authors = ["limitcool "] build = "build.rs" description = "XM (Xross-Compile Manager) is a cross-platform compilation management tool that supports cross-compilation for Go and Rust programming languages. Users can easily select the target compilation environment and architecture, and set compiler paths to simplify the cross-compilation process." homepage = "https://github.com/limitcool/xm" documentation = "https://docs.rs/xm" readme = "README-en.md" categories = [ "tool", "go", "rust", "slint", "gui", ] license = "MIT" repository = "https://github.com/limitcool/xm" [dependencies.directories] version = "5.0.1" [dependencies.rfd] version = "0.14.1" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_yaml] version = "0.9.34" [dependencies.slint] version = "1.6" features = ["gettext"] [dependencies.tokio] version = "1.38.0" features = ["full"] [build-dependencies.slint-build] version = "1.6"