# 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 = "ellie_core" version = "0.7.3" authors = [ "Ahmetcan Aksu ", "Behemehal ", ] description = "Core modules for ellie" homepage = "https://www.ellie-lang.org" license = "GPL-2.0" repository = "https://github.com/behemehal/Ellie-Language" [dependencies.enum-as-inner] version = "0.6.0" [dependencies.lazy_static] version = "1.4.0" optional = true [dependencies.rand] version = "0.8.4" optional = true [dependencies.regex] version = "1.9.1" features = ["unicode-perl"] optional = true default-features = false [dependencies.serde] version = "1.0" features = ["derive"] optional = true default-features = false [dependencies.serde_json] version = "1.0" features = ["alloc"] optional = true default-features = false [features] compiler_utils = [ "rand", "lazy_static", "serde", "serde_json", "regex", ] default = ["std"] native_addons = [] std = []