# 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 = "2018" name = "quad-compat-rhai" version = "1.4.0" authors = ["Jonathan Turner", "Lukáš Hozda", "Stephen Chung", "jhwgh1968"] include = ["**/*.rs", "scripts/*.rhai", "**/*.md", "Cargo.toml"] description = "Embedded scripting for Rust" homepage = "https://rhai.rs" readme = "README.md" keywords = ["scripting", "scripting-engine", "scripting-language", "embedded"] categories = ["no-std", "embedded", "wasm", "parser-implementations"] license = "MIT OR Apache-2.0" repository = "https://github.com/rhaiscript" [package.metadata.docs.rs] features = ["metadata", "serde", "internals", "decimal"] [profile.release] lto = "fat" codegen-units = 1 [dependencies.core-error] version = "0.0" features = ["alloc"] optional = true default-features = false [dependencies.libm] version = "0.2" optional = true default-features = false [dependencies.no-std-compat] version = "0.4" features = ["alloc"] optional = true default-features = false [dependencies.num-traits] version = "0.2" default-features = false [dependencies.rhai_codegen] version = "1.2" default-features = false [dependencies.rust_decimal] version = "1.16" features = ["maths"] optional = true default-features = false [dependencies.serde] version = "1.0" features = ["derive", "alloc"] optional = true default-features = false [dependencies.serde_json] version = "1.0" features = ["alloc"] optional = true default-features = false [dependencies.smallvec] version = "1.7" features = ["union", "const_new"] default-features = false [dependencies.smartstring] version = "0.2.8" default-features = false [dependencies.unicode-xid] version = "0.2" optional = true default-features = false [dev-dependencies.serde_bytes] version = "0.11" [features] decimal = ["rust_decimal"] default = ["std"] f32_float = [] internals = [] metadata = ["serde", "serde_json", "rhai_codegen/metadata", "smartstring/serde"] no_closure = [] no_float = [] no_function = ["no_closure"] no_index = [] no_module = [] no_object = [] no_optimize = [] no_position = [] no_std = ["no-std-compat", "num-traits/libm", "core-error", "libm"] only_i32 = [] only_i64 = [] std = ["num-traits/std"] sync = [] unchecked = [] unicode-xid-ident = ["unicode-xid"]