# 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 = "2021" name = "build-alert" version = "0.1.6" authors = ["David Tolnay "] description = "Display a message in the Cargo build output during compilation." documentation = "https://docs.rs/build-alert" readme = "README.md" categories = [ "development-tools::build-utils", "no-std", "no-std::no-alloc", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dtolnay/build-alert" [package.metadata.docs.rs] rustdoc-args = ["--generate-link-to-definition"] targets = ["x86_64-unknown-linux-gnu"] [lib] proc-macro = true [dependencies.syn] version = "2.0.46" features = [ "parsing", "proc-macro", ] default-features = false [dependencies.termcolor] version = "1.1"