# 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 = "lprun" version = "0.2.0" authors = ["snsvrno "] description = "a library for running and managing LOVE binaries" readme = "../README.md" keywords = ["lovepack", "love2D", "love"] categories = [] license = "MIT" repository = "https://github.com/snsvrno/lprun-rs" [dependencies.archive-lp] version = "0.2.3" features = ["indicate"] [dependencies.clap] version = "2.32" optional = true [dependencies.download-lp] version = "0.2" [dependencies.failure] version = "0.1" [dependencies.log] version = "0.4" [dependencies.love] version = "0.2" [dependencies.lpsettings] version = "0.2" [dependencies.platform-lp] version = "0.2" [dependencies.prettytable-rs] version = "0.8" optional = true [dependencies.regex] version = "1.1" [dependencies.reqwest] version = "0.9" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.smart-hash] version = "0.1" [dependencies.smart-hash-derive] version = "0.1" [dependencies.toml] version = "0.4" [dependencies.version-lp] version = "0.2" [features] cli = ["clap", "prettytable-rs"]