[package] name = "phie" version = "0.2.0" edition = "2021" repository = "https://github.com/objectionary/phie" description = "Experimental emulator of a processor that understands 𝜑-calculus expressions" readme = "README.md" license-file = "LICENSE.txt" homepage = "https://github.com/objectionary/phie" keywords = ["eolang", "compiler", "emulator", "oop"] categories = ["command-line-utilities"] [dependencies] regex = "1.6.0" lazy_static = "1.4.0" rstest = "0.15.0" assert_cmd = "2.0.4" env_logger = "0.9.1" hex = "0.4.3" strum = "0.24.1" strum_macros = "0.24.3" itertools = "0.10.4" arr_macro = "0.1.3" log = "0.4.17" simple_logger = "2.3.0" ctor = "0.1.23"