irust 1.22.2

Cross Platform Rust Repl
[package]
name = "irust"
version = "1.22.2"
authors = ["Nbiba Bedis <bedisnbiba@gmail.com>"]
edition = "2018"
readme = "README.md"
description = "Cross Platform Rust Repl"
repository = "https://github.com/sigmaSd/IRust"
license = "MIT"

[dependencies]
crossterm = { version = "0.20.0", features = ["serde"] }
dirs-next = "2.0.0"
toml = "0.5.8"
serde = { version = "1.0.126", features = ["derive"] }
printer = { path = "../printer/", version = "0.2.9" }
irust_api = { path = "../irust_api/", version = "0.19.0" }
irust_repl = { path = "../irust_repl", version = "0.7.1", features = ["serde"] }

# For scripting
libloading = "0.7.0"
bincode = "1.3.3"
rscript = "0.10.0"

[target.'cfg(unix)'.dependencies]
nix = "0.21.0"

# flamegraph
# [profile.release]
# debug = true