# 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-plugins" version = "0.6.0" authors = ["Alex "] include = [ "src/**/*", "Cargo.toml", "LICENSE", "README.md", "../CHANGELOG.md", "./build.rs", ] description = "Library for creating plugins for devrc" 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_plugins" path = "src/lib.rs" doc = false [dependencies.anyhow] version = "1.0.62" [dependencies.devrc-core] version = "0.6.0" [dependencies.env_logger] version = "0.9.0" [dependencies.indexmap] version = "1.9.1" features = ["serde-1"] [dependencies.libloading] version = "0.8.0" [dependencies.log] version = "0.4.17" [build-dependencies.datetime] version = "0.5.2" default_features = false [badges.maintenance] status = "actively-developed"