# 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 = "heliometer" version = "0.5.10" authors = ["LEARAX57H ", "vpzomtrrfrt "] description = "A basic Brainfuck interpreter" documentation = "https://birders.github.io/heliometer/master/heliometer/" readme = "README.md" keywords = ["bf", "brainfuck"] license = "MIT" repository = "https://github.com/birders/heliometer" [lib] name = "heliometer" path = "src/lib.rs" [[bin]] name = "helio" path = "src/main.rs" [[bench]] name = "algorithms" harness = false [dependencies] [dev-dependencies.assert_cli] version = "0.5.4" [dev-dependencies.criterion] version = "0.2.3" [badges.coveralls] repository = "birders/heliometer" [badges.travis-ci] repository = "birders/heliometer"