[package] name = "orchidlang" version = "0.2.2" edition = "2021" license = "GPL-3.0-or-later" repository = "https://github.com/lbfalvy/orchid" description = """ An embeddable pure functional scripting language """ authors = [ "Lawrence Bethlenfalvy " ] [lib] path = "src/lib.rs" [[bin]] name = "orcx" path = "src/bin/orcx.rs" doc = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] hashbrown = "0.14" ordered-float = "4.1" itertools = "0.12" dyn-clone = "1.0" clap = { version = "4.4", features = ["derive"] } trait-set = "0.3" paste = "1.0" rust-embed = { version = "8.0", features = ["include-exclude"] } take_mut = "0.2.2" unicode-segmentation = "1.10.1" polling = "3.3.0" never = "0.1.0" memorize = "2.0.0" substack = "1.1.0" rayon = "1.8.0" intern-all = "0.2.0" once_cell = "1.19.0" const_format = "0.2.32" termsize = "0.1.6"