# 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" rust-version = "1.66" name = "binrw_derive" version = "0.14.1" authors = [ "jam1garner ", "Colin Snover ", "Kitlith ", "roblabla ", ] build = "build.rs" publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Derive macro for binrw" homepage = "https://binrw.rs" documentation = "https://docs.rs/binrw" readme = "README.md" license = "MIT" repository = "https://github.com/jam1garner/binrw" [lib] name = "binrw_derive" path = "src/lib.rs" proc-macro = true [dependencies.either] version = "1.0.0" [dependencies.owo-colors] version = "3.0.0" optional = true [dependencies.proc-macro2] version = "1.0.53" features = ["span-locations"] [dependencies.quote] version = "1.0.0" [dependencies.syn] version = "1.0.66" features = [ "extra-traits", "fold", "full", "visit", ] [dev-dependencies.runtime-macros-derive] version = "0.4.0" [features] default = [] verbose-backtrace = ["owo-colors"]