1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2018" 14name = "bytemuck_derive" 15version = "1.7.1" 16authors = ["Lokathor <[email protected]>"] 17build = false 18autobins = false 19autoexamples = false 20autotests = false 21autobenches = false 22description = "derive proc-macros for `bytemuck`" 23readme = "README.md" 24keywords = [ 25 "transmute", 26 "bytes", 27 "casting", 28] 29categories = [ 30 "encoding", 31 "no-std", 32] 33license = "Zlib OR Apache-2.0 OR MIT" 34repository = "https://github.com/Lokathor/bytemuck" 35 36[lib] 37name = "bytemuck_derive" 38path = "src/lib.rs" 39proc-macro = true 40 41[[test]] 42name = "basic" 43path = "tests/basic.rs" 44 45[dependencies.proc-macro2] 46version = "1.0.60" 47 48[dependencies.quote] 49version = "1" 50 51[dependencies.syn] 52version = "2.0.1" 53 54[dev-dependencies] 55