# 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" rust-version = "1.65" name = "riji" version = "0.1.13" authors = ["Sören Meier "] description = "Scripting environment using rhai" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/fire-lib/riji" [profile.release] lto = true [dependencies.ansi_term] version = "0.12.1" [dependencies.ctor] version = "0.2" [dependencies.dunce] version = "1.0" [dependencies.git2] version = "0.17" [dependencies.output_vt100] version = "0.1.2" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1.5.4" [dependencies.rhai] version = "1" features = [ "no_float", "only_i64", "no_closure", "internals", "metadata", ] [dependencies.toml] version = "0.7" [dependencies.uuid] version = "1.1" features = ["v4"] [features] default = ["vendored-openssl"] vendored-openssl = ["git2/vendored-openssl"]