# 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 = "catsh-cli" version = "0.1.1" authors = ["Catsh authors"] default-run = "catsh" description = "A cross-platform shell." readme = "../README.md" keywords = ["shell", "catsh", "windows", "linux", "macos"] categories = ["command-line-interface", "command-line-utilities"] license = "MIT" repository = "https://github.com/jheysonsaav/catsh" [package.metadata.winres] FileDescription = "A cross-platform shell." LegalCopyright = "Copyright (C) Catsh authors. All right reserved." OriginalFilename = "catsh.exe" ProductName = "Catsh" [[bin]] name = "catsh" path = "main.rs" [dependencies.catsh-core] version = "0.1.1" [dependencies.clap] version = "2.33.3" [target."cfg(windows)".build-dependencies.winres] version = "0.1.11"