# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] name = "crit" version = "0.0.8" authors = ["Andrew Pennebaker "] description = "Rust cross-compiler" homepage = "https://github.com/mcandre/crit" readme = "README.md" license = "BSD-2-Clause" [lib] name = "crit" [[bin]] name = "crit" path = "src/crit.rs" [[bin]] name = "tinyrick" path = "tinyrick.rs" required-features = ["letmeout"] [dependencies.die] version = "0.2.0" [dependencies.getopts] version = "0.2.21" [dependencies.lazy_static] version = "1.4.0" [dependencies.pad] version = "0.1.6" [dependencies.regex] version = "1.7.3" [dependencies.tinyrick] version = "^0.0.14" optional = true [dependencies.tinyrick_extras] version = "^0.0.8" optional = true [dependencies.toml] version = "0.7.3" [features] letmeout = [ "tinyrick", "tinyrick_extras", ]