# 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 = "tinyrick" version = "0.0.14" authors = ["Andrew Pennebaker "] description = "a freeform Rust build system" homepage = "https://github.com/mcandre/tinyrick" documentation = "https://docs.rs/tinyrick/" readme = "README.md" license = "BSD-2-Clause" [lib] name = "tinyrick" [[bin]] name = "tinyrick" path = "src/tinyrick.rs" [dependencies.die] version = "0.2.0" [dependencies.getopts] version = "0.2.21" [dependencies.lazy_static] version = "1.4.0"