Backed out 5 changesets (bug 1890092, bug 1888683) for causing build bustages & crash...
[gecko.git] / third_party / rust / scroll / Cargo.toml
blob548be72db92630185097a28b04b461a0524abc6d
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 = "2021"
14 name = "scroll"
15 version = "0.11.0"
16 authors = ["m4b <m4b.github.io@gmail.com>", "Ted Mielczarek <ted@mielczarek.org>"]
17 description = "A suite of powerful, extensible, generic, endian-aware Read/Write traits for byte buffers"
18 documentation = "https://docs.rs/scroll"
19 readme = "README.md"
20 keywords = ["bytes", "endian", "immutable", "pread", "pwrite"]
21 license = "MIT"
22 repository = "https://github.com/m4b/scroll"
23 resolver = "2"
24 [dependencies.scroll_derive]
25 version = "0.11"
26 optional = true
27 [dev-dependencies.byteorder]
28 version = "1"
30 [dev-dependencies.rayon]
31 version = "1"
33 [features]
34 default = ["std"]
35 derive = ["scroll_derive"]
36 std = []