# 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 = "endian-writer-derive" version = "0.1.0" build = false include = ["src/**/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "Procedural Macros for endian-writer crate." readme = "README.MD" license-file = "LICENSE" repository = "https://github.com/Sewer56/endian-writer-derive" [lib] name = "endian_writer_derive" path = "src/lib.rs" proc-macro = true [dependencies.endian-writer] version = "2.1.0" [dependencies.memoffset] version = "0.9.1" [dependencies.proc-macro2] version = "1.0.89" [dependencies.quote] version = "1.0.37" [dependencies.syn] version = "2.0.85" features = [ "full", "extra-traits", ] [dev-dependencies.macrotest] version = "1.0.13" [features] default = ["std"] std = []