# 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 = "eoc" version = "0.0.3" description = "EO-to-binaries experimental compiler" homepage = "https://github.com/yegor256/eoc" readme = "README.md" keywords = ["eolang", "compiler", "emulator", "oop"] categories = ["command-line-utilities"] license-file = "LICENSE.txt" repository = "https://github.com/yegor256/eoc" resolver = "2" [dependencies.arr_macro] version = "0.1.3" [dependencies.assert_cmd] version = "2.0.4" [dependencies.ctor] version = "0.1.21" [dependencies.hex] version = "0.4.3" [dependencies.itertools] version = "0.10.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.1" [dependencies.regex] version = "1.5.4" [dependencies.rstest] version = "0.12.0" [dependencies.simple_logger] version = "2.1.0" [dependencies.strum] version = "0.23.0" [dependencies.strum_macros] version = "0.23.1"