Vendor dependencies

This commit is contained in:
2026-08-01 16:11:49 +03:00
parent 7f139a0241
commit 6b5e7f0f8b
29706 changed files with 9575646 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
lints.workspace = true
[package]
name = "time-macros"
version = "0.2.32"
categories = ["date-and-time"]
description = """
Procedural macros for the time crate.
This crate is an implementation detail and should not be relied upon directly.
"""
authors.workspace = true
edition.workspace = true
keywords.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]
rustdoc-args = ["--generate-link-to-definition"]
[features]
formatting = []
large-dates = []
parsing = []
serde = []
[lib]
proc-macro = true
[dependencies]
time-core.workspace = true
num-conv.workspace = true