# 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] edition = "2018" name = "rmake" version = "0.1.38" authors = ["Irisawa Masaru "] include = [ "src/**/*.rs", "Cargo.toml", "LICENSE", "README.md", ] description = "A simple task runner like make" documentation = "https://docs.rs/crate/rmake/" categories = [ "command-line-utilities", "development-tools::build-utils", ] license = "MIT" repository = "https://github.com/mass10/rmake/" [[bin]] name = "rmake" test = false doc = true [dependencies.chrono] version = "^0.4" [dependencies.serde] version = "^1.0" [dependencies.serde_derive] version = "^1.0" [dependencies.toml] version = "^0.5"