Sha256: 3cdadd42cb5bc7547b4d6af71b30cedc00d06d923b7f63b9c5d482957e1b70b6
Contents?: true
Size: 1.77 KB
Versions: 2
Compression:
Stored size: 1.77 KB
Contents
# 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 = "2015" rust-version = "1.61" name = "serde_derive" version = "1.0.217" authors = [ "Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>", ] build = false exclude = ["build.rs"] autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]" homepage = "https://serde.rs" documentation = "https://serde.rs/derive.html" readme = "crates-io.md" keywords = [ "serde", "serialization", "no_std", "derive", ] categories = [ "no-std", "no-std::no-alloc", ] license = "MIT OR Apache-2.0" repository = "https://github.com/serde-rs/serde" [package.metadata.docs.rs] rustdoc-args = ["--generate-link-to-definition"] targets = ["x86_64-unknown-linux-gnu"] [features] default = [] deserialize_in_place = [] [lib] name = "serde_derive" path = "src/lib.rs" proc-macro = true [dependencies.proc-macro2] version = "1.0.74" features = ["proc-macro"] default-features = false [dependencies.quote] version = "1.0.35" features = ["proc-macro"] default-features = false [dependencies.syn] version = "2.0.81" features = [ "clone-impls", "derive", "parsing", "printing", "proc-macro", ] default-features = false [dev-dependencies.serde] version = "1"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wasmtime-29.0.0 | ./ext/cargo-vendor/serde_derive-1.0.217/Cargo.toml |
wasmtime-28.0.0 | ./ext/cargo-vendor/serde_derive-1.0.217/Cargo.toml |