# 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 = "devrc-core" version = "0.6.0" authors = ["Alex "] include = [ "src/**/*", "Cargo.toml", "../LICENSE", "README.md", "../CHANGELOG.md", "./build.rs", ] description = "Core devrc components" homepage = "https://github.com/devrc-hub/devrc" readme = "README.md" keywords = [ "tasks", "automation", "makefile", "command-line", ] categories = [ "command-line-utilities", "development-tools", "config", ] license = "MIT" repository = "https://github.com/devrc-hub/devrc" resolver = "2" [lib] name = "devrc_core" path = "src/lib.rs" doc = false [dependencies.ansi_term] version = "0.12.1" [dependencies.anyhow] version = "1.0.62" [dependencies.env_logger] version = "0.9.0" [dependencies.log] version = "0.4.17" [build-dependencies.datetime] version = "0.5.2" default_features = false [badges.maintenance] status = "actively-developed"