# 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 = "sloppy-core" version = "0.1.2" authors = ["Tianyu Cheng"] description = "A package to support multiple scripting language within Rust." readme = "README.md" license = "MIT" repository = "https://github.com/tycheng/sloppy/tree/main/sloppy-core" resolver = "1" [dependencies.derive_builder] version = "0.12.0" [dependencies.embed-nu] version = "0.5.6" optional = true [dependencies.mlua] version = "0.8.8" features = [ "luajit", "vendored", ] optional = true [dependencies.pyo3] version = "0.18.1" features = ["auto-initialize"] optional = true [dependencies.rusty-value] version = "0.6.0" [dependencies.thiserror] version = "1.0.39" [features] default = ["lua"] lua = ["mlua"] nushell = ["embed-nu"] python = ["pyo3"]