Files
2026-08-01 16:11:49 +03:00

42 lines
1.0 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.64"
name = "include_dir_macros"
version = "0.7.4"
authors = ["Michael Bryan <michaelfbryan@gmail.com>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The procedural macro used by include_dir"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Michael-F-Bryan/include_dir"
[lib]
name = "include_dir_macros"
path = "src/lib.rs"
proc-macro = true
[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[features]
metadata = []
nightly = []