irust 1.77.0

Cross Platform Rust Repl
# 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 = "2024"
name = "irust"
version = "1.77.0"
authors = ["Nbiba Bedis <bedisnbiba@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cross Platform Rust Repl"
readme = "README.md"
license = "MIT"
repository = "https://github.com/sigmaSd/IRust"
resolver = "2"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/irust@{ version }/{ name }-{ target }{ binary-ext }"
pkg-fmt = "bin"

[features]
default = []
no-welcome-screen = []

[[bin]]
name = "irust"
path = "src/main.rs"

[dependencies.crossterm]
version = "0.29.0"
features = [
    "serde",
    "use-dev-tty",
]

[dependencies.dirs]
version = "6.0.0"

[dependencies.irust_api]
version = "0.31.0"

[dependencies.irust_repl]
version = "0.25.0"
features = ["serde"]

[dependencies.printer]
version = "0.8.0"

[dependencies.rscript]
version = "0.17.0"

[dependencies.rustc_lexer]
version = "727.0.0"
package = "rustc-ap-rustc_lexer"

[dependencies.serde]
version = "1.0.229"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.151"

[dependencies.toml]
version = "1.1.3"

[target."cfg(unix)".dependencies.libc]
version = "0.2.189"