build_safely 0.5.2

build script helpers for working with nightly
Documentation
# 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 = "2024"
rust-version = "1.85.1"
name = "build_safely"
version = "0.5.2"
authors = ["Mike Foster <https://github.com/MusicalNinjaDad>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "build script helpers for working with nightly"
homepage = "https://github.com/MusicalNinjaDad/build_safely"
readme = "README.md"
keywords = [
    "build",
    "autocfg",
    "nightly",
]
categories = ["development-tools::build-utils"]
license = "MIT"
repository = "https://github.com/MusicalNinjaDad/build_safely"

[lib]
name = "build_safely"
path = "src/lib.rs"

[dependencies.autocfg]
version = "1.5.1"

[dependencies.derive_more]
version = "2.1.1"
features = ["display"]

[dependencies.indexmap]
version = "2.14.0"

[dev-dependencies.tempfile]
version = "3.27.0"