# 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 = "egglang" version = "0.3.3" authors = ["Newton Toto nyachiengatoto@gmail.com"] build = false include = [ "Cargo.toml", "Cargo.lock", "src/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "The Egg Programming Language From Eloquent JavaScript, but in Rust" documentation = "https://docs.rs/egglang" readme = "README.md" keywords = [ "egg", "interpreter", "parser", "language", "scripting", ] categories = [ "compilers", "parser-implementations", "no-std", ] license = "MIT" repository = "https://github.com/sokorototo/egglang" [lib] name = "egglang" path = "src/lib.rs" [dependencies.arcstr] version = "1.2.0" default-features = false [dependencies.logos] version = "0.14.2" [dependencies.ordered-float] version = "4.2.2" default-features = false [dependencies.thiserror-no-std] version = "2.0.2" [features] std = []