# 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] edition = "2018" name = "basic-lang" version = "0.7.1" authors = ["David Turnbull"] exclude = ["patch"] description = "The BASIC programming language as it was in the 8-bit era." homepage = "http://basic-lang.org/" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/AE9RB/basic-lang" [profile.release] lto = true panic = "abort" [lib] name = "basic" test = true doc = true [[bin]] name = "basic" path = "src/main.rs" test = false doc = false [dependencies.ansi_term] version = "0.12" [dependencies.chrono] version = "0.4" [dependencies.crc] version = "1.8" [dependencies.ctrlc] version = "3" [dependencies.linefeed] version = "0.6" [dependencies.mortal] version = "0.2" [dependencies.rand] version = "0.7" [dependencies.reqwest] version = "0.10" features = ["blocking"]