Files
another-boids-in-rust/vendor/variadics_please/Cargo.toml

67 lines
1.5 KiB
TOML

# 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"
rust-version = "1.81.0"
name = "variadics_please"
version = "1.1.0"
build = false
exclude = [
"tools/",
".github/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Implement things as if rust had variadics"
homepage = "https://github.com/bevyengine/variadics_please"
documentation = "https://docs.rs/variadics_please"
readme = "README.md"
keywords = [
"bevy",
"variadics",
"docs",
]
categories = ["rust-patterns"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/bevyengine/variadics_please"
[package.metadata.example.all_tuples]
category = "Demonstration"
description = "Demonstrates the functionality of `all_tuples!`."
name = "all_tuples"
[lib]
name = "variadics_please"
path = "src/lib.rs"
proc-macro = true
[[example]]
name = "all_tuples"
path = "examples/demonstrations/all_tuples.rs"
doc-scrape-examples = true
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
version = "2.0"
[features]
alloc = []
default = ["alloc"]