# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "mycon" version = "0.2.0" authors = ["Johannes M. Griebler "] description = "Befunge-98 interpreter" readme = "README.md" keywords = ["befunge", "funge-98", "interpreter", "esoteric"] license = "GPL-3.0-or-later" repository = "https://github.com/jgriebler/mycon" [[bench]] name = "example_programs" harness = false [dependencies.ansi_term] version = "0.11" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2.32" [dependencies.rand] version = "0.5" [dev-dependencies.criterion] version = "0.2"