cargo-emit 0.2.1

Talk to Cargo easily at build time.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dev-dependencies.insta]
version = "1.7.2"

[package]
authors = ["Nikolai Vazquez", "Vincent Esche"]
categories = ["development-tools::build-utils", "no-std", "rust-patterns"]
description = "Talk to Cargo easily at build time."
documentation = "https://docs.rs/cargo-emit"
edition = "2018"
homepage = "https://github.com/nvzqz/cargo-emit"
include = ["Cargo.toml", "src", "README.md", "CHANGELOG.md", "LICENSE*"]
keywords = ["cargo", "build", "print", "warn"]
license = "MIT OR Apache-2.0"
name = "cargo-emit"
readme = "README.md"
repository = "https://github.com/nvzqz/cargo-emit"
version = "0.2.1"