Rearrange precompiled directory

This commit is contained in:
David Tolnay
2023-07-19 13:14:18 -07:00
parent a28292764c
commit b88052d875
13 changed files with 51 additions and 43 deletions
+20 -11
View File
@@ -1,17 +1,26 @@
[package]
name = "serde_derive"
version = "1.0.171"
name = "serde_derive-x86_64-unknown-linux-gnu"
version = "1.0.171-alpha.3"
authors = ["David Tolnay <dtolnay@gmail.com>"]
publish = false
categories = ["no-std", "no-std::no-alloc"]
description = "Precompiled implementation of #[derive(Serialize, Deserialize)]"
documentation = "https://serde.rs/derive.html"
edition = "2015"
homepage = "https://serde.rs"
include = ["serde_derive", "src"]
keywords = ["serde", "serialization", "no_std", "derive"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/serde-rs/serde"
[lib]
doctest = false
[[bin]]
name = "serde_derive"
path = "main.rs"
proc-macro = true
[dependencies]
proc-macro2 = "1"
quote = { version = "1", default-features = false }
syn = { version = "2.0.25", default-features = false, features = ["clone-impls", "derive", "parsing", "printing"] }
[features]
default = []
deserialize_in_place = []
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[workspace]