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
+29
View File
@@ -0,0 +1,29 @@
[package]
name = "rkyv_derive"
description = "Derive macro for rkyv"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
proc-macro = true
[dependencies]
proc-macro2.workspace = true
syn.workspace = true
quote.workspace = true
[features]
default = []
arbitrary_enum_discriminant = []
archive_be = []
archive_le = []
copy = []
strict = []
[package.metadata.docs.rs]
all-features = true