# 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 = "remy" version = "0.0.4" authors = ["Andrew Pennebaker "] description = "quickly port Rust applications to different platforms" homepage = "https://github.com/mcandre/remy" documentation = "https://docs.rs/releases/search?query=remy" license = "BSD-2-Clause" [[bin]] name = "remy" path = "src/remy.rs" [[bin]] name = "tinyrick" path = "tinyrick.rs" required-features = ["letmeout"] [dependencies.getopts] version = "^0.2.18" [dependencies.glob] version = "^0.2" optional = true [dependencies.lazy_static] version = "^1.1" [dependencies.regex] version = "^1.1" [dependencies.tinyrick] version = "^0.0.9" optional = true [dependencies.tinyrick_extras] version = "^0.0.3" optional = true [dependencies.zip] version = "^0.4" optional = true [features] letmeout = ["tinyrick", "tinyrick_extras", "zip", "glob"]