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