# 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 = "xcys" version = "0.1.2" authors = ["Lattexshz"] description = "Hackable Unix-like shell in Rust language" readme = "README.md" license = "MIT" [package.metadata.winres] FileDescription = "XCYS" LegalCopyright = "Copyright © 2023" OriginalFilename = "xcys.exe" ProductName = "XCYS" ProductVersion = "0.1.0.0" [dependencies.async-process] version = "1.6.0" [dependencies.crossterm] version = "0.26.0" [dependencies.dirs] version = "4.0.0" [dependencies.futures] version = "0.3.26" [dependencies.octocrab] version = "0.18.1" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.tokio] version = "1.25.0" features = ["full"] [dependencies.toml] version = "0.7.2" [dependencies.whoami] version = "1.3.0" [target."cfg(windows)".build-dependencies.winres] version = "0.1.12"