# 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_extras" version = "0.0.8" authors = ["Andrew Pennebaker "] description = "common tasks for tinyrick projects" homepage = "https://github.com/mcandre/tinyrick_extras" documentation = "https://docs.rs/releases/search?query=tinyrick_extras" readme = "README.md" license = "BSD-2-Clause" [lib] name = "tinyrick_extras" [[bin]] name = "tinyrick" path = "tinyrick.rs" required-features = ["letmeout"] [dependencies.tinyrick] version = "0.0.13" [features] letmeout = []