@auto-canary/crates
TypeScript icon, indicating that this package has built-in type declarations

8.1.0-canary.789.10408.0 • Public • Published

Crates Plugin

Deploy Rust crates to crates.io.

Installation

This plugin is not included with the auto CLI installed via NPM. To install:

npm i --save-dev @auto-it/crates
# or
yarn add -D @auto-it/crates

Usage

{
  "plugins": ["crates"]
}

Crates Project Configuration

This plugin handles incrementing the crate version, but it requires that your crate be ready for publishing. You can view the publishing reference for more information on that process.

When ran on a machine with ~/cargo/credentials, that file will automatically be used by Cargo. For machines that do not have this file (like CI builds), the CARGO_REGISTRY_TOKEN environment variable is expected for Cargo's publish command as per the publish options.

Package Sidebar

Install

npm i @auto-canary/crates

Weekly Downloads

4

Version

8.1.0-canary.789.10408.0

License

none

Unpacked Size

14 kB

Total Files

8

Last publish

Collaborators

  • alisowski
  • hipstersmoothie-canary