# 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 = "basicaf" version = "0.1.2" authors = ["Ryan Marcus "] description = "A (Dartmouth) BASIC to Brainf**k compiler" homepage = "https://github.com/RyanMarcus/basicaf" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/RyanMarcus/basicaf" [[bin]] name = "basicaf" path = "src/main.rs" bench = false [dependencies.clap] version = "^2.29.0" [dependencies.nom] version = "^3.2" features = ["verbose-errors"] [dependencies.regex] version = "^0.2" [dependencies.unescape] version = "^0.1.0"