# 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" name = "serde-indexed" version = "0.1.1" authors = [ "Nicolas Stalder ", "The Trussed Developers", ] description = "Derivation of Serialize and Deserialize that replaces struct keys with numerical indices." readme = "README.md" keywords = [ "serde", "cbor", "rust", "no-std", ] categories = [ "embedded", "encoding", "no-std", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/nickray/serde-indexed" [lib] proc-macro = true [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" [dev-dependencies.heapless] version = "0.7.16" features = ["serde"] default-features = false [dev-dependencies.hex-literal] version = "0.4.1" [dev-dependencies.serde] version = "1" [dev-dependencies.serde-byte-array] version = "0.1.2" [dev-dependencies.serde_bytes] version = "0.11.12" default-features = false [dev-dependencies.serde_cbor] version = "0.11.0"