# 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 = "rhaia" version = "0.1.1" description = "Create/run Rhai scripts easily." readme = "README.md" keywords = [ "rhai", "repl", "tool", "program", ] license = "MIT" repository = "https://gitlab.com/Oglo12/rhaia" [dependencies.clap] version = "4.4.11" features = [ "derive", "cargo", ] [dependencies.colored] version = "2.1.0" [dependencies.fspp] version = "1.1.0" [dependencies.piglog] version = "1.3.1" [dependencies.rhai] version = "1.16.3" [dependencies.rustyline] version = "13.0.0" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.toml] version = "0.8.8"