Backed out 5 changesets (bug 1890092, bug 1888683) for causing build bustages & crash...
[gecko.git] / third_party / rust / scroll_derive / Cargo.toml
blob71f40a7e6c97c5bcb41142c6276b049b9bb34e1a
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
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.
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.
12 [package]
13 edition = "2018"
14 name = "scroll_derive"
15 version = "0.11.1"
16 authors = [
17     "m4b <m4b.github.io@gmail.com>",
18     "Ted Mielczarek <ted@mielczarek.org>",
19     "Systemcluster <me@systemcluster.me>",
21 include = [
22     "src/**/*",
23     "Cargo.toml",
24     "LICENSE",
25     "README.md",
27 description = "A macros 1.1 derive implementation for Pread and Pwrite traits from the scroll crate"
28 documentation = "https://docs.rs/scroll_derive"
29 readme = "README.md"
30 keywords = [
31     "derive",
32     "macros",
33     "pread",
34     "pwrite",
35     "bytes",
37 license = "MIT"
38 repository = "https://github.com/m4b/scroll"
40 [lib]
41 proc-macro = true
43 [dependencies.proc-macro2]
44 version = "1"
46 [dependencies.quote]
47 version = "1"
49 [dependencies.syn]
50 version = "2"
52 [dev-dependencies.scroll]
53 version = "0.11"