pyc-shell 0.3.0

Pyc is a simple CLI application, which allows you to perform shell commands in cyrillic and other alphabets, through command and output transliteration.
Documentation
[[bin]]
name = "pyc"
path = "src/main.rs"
[dependencies.ansi_term]
version = "0.12.1"

[dependencies.dirs]
version = "3.0.1"

[dependencies.getopts]
version = "0.2.21"

[dependencies.git2]
version = "0.13.12"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.nix]
version = "0.19.0"

[dependencies.regex]
version = "1.3.4"

[dependencies.tempfile]
version = "3"

[dependencies.termios]
version = "0.3.2"

[dependencies.uuid]
features = ["v4"]
version = "0.8.1"

[dependencies.whoami]
version = "0.9.0"

[dependencies.yaml-rust]
version = "0.4.3"

[package]
authors = ["Christian Visintin"]
categories = ["command-line-utilities"]
description = "Pyc is a simple CLI application, which allows you to perform shell commands in cyrillic and other alphabets, through command and output transliteration."
documentation = "https://docs.rs/pyc-shell"
edition = "2018"
homepage = "https://github.com/ChristianVisintin/Pyc"
keywords = ["prompt", "transliteration", "shell", "bash", "zsh"]
license = "GPL-3.0"
name = "pyc-shell"
readme = "README.md"
repository = "https://github.com/ChristianVisintin/Pyc"
version = "0.3.0"