# 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.66.0" name = "rhai-loco" version = "0.12.1" authors = ["Stephen Chung"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rhai scripting engine integration for Loco." homepage = "https://rhai.rs" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/rhaiscript/rhai-loco" [profile.release] lto = "fat" codegen-units = 1 [lib] name = "rhai_loco" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.74" [dependencies.axum] version = "0.7.1" [dependencies.loco-rs] version = "0.12.0" [dependencies.rhai] version = "1.20" features = [ "only_i64", "decimal", "sync", "serde", ] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tera] version = "1" [dependencies.tracing] version = "0.1.40" [features] internals = ["rhai/internals"] metadata = ["rhai/metadata"]