# 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_short" version = "0.1.2" authors = ["Nadhmi JAZI "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Derive Serialize and Deserialize for enum reperesented as C short enum" readme = "README.md" keywords = [ "serde", "serialization", "integer", ] categories = [ "encoding", "no-std", "no-std::no-alloc", ] license = "MIT" repository = "https://github.com/jazi007/serde-short" [lib] name = "serde_short" path = "src/lib.rs" proc-macro = true [[test]] name = "test" path = "tests/test.rs" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "2" [dev-dependencies.cdr] version = "0.2.4" [dev-dependencies.serde] version = "1" [dev-dependencies.serde_json] version = "1" [dev-dependencies.serde_repr] version = "0.1.19"