1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Copyright 2019 The Fuchsia Authors
#
# Licensed under a BSD-style license <LICENSE-BSD>, Apache License, Version 2.0
# <LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0>, or the MIT
# license <LICENSE-MIT or https://opensource.org/licenses/MIT>, at your option.
# This file may not be copied, modified, or distributed except according to
# those terms.
[]
= "2021"
= "zerocopy-derive"
= "0.8.11"
= ["Joshua Liebow-Feeser <joshlf@google.com>"]
= "Custom derive for traits from the zerocopy crate"
= "BSD-2-Clause OR Apache-2.0 OR MIT"
= "https://github.com/google/zerocopy"
# We prefer to include tests when publishing to crates.io so that Crater [1] can
# detect regressions in our test suite. These two tests are excessively large,
# so we exclude them to keep the published crate file small.
#
# [1] https://github.com/rust-lang/crater
= [".*", "tests/enum_from_bytes.rs", "tests/ui-nightly/enum_from_bytes_u16_too_few.rs.disabled"]
[]
# See #1792 for more context.
= { = "warn", = ['cfg(zerocopy_derive_union_into_bytes)'] }
[]
= true
[]
= "1.0.1"
= "1.0.10"
= { = "2.0.46", = ["full"] }
[]
= "1.0.9"
# We don't use this directly, but trybuild does. On the MSRV toolchain, the
# version resolver fails to select any version for once_cell unless we
# depend on it directly.
= "=1.9"
# Same MSRV issue as above.
= "=0.2.163"
# This is the latest version which is compatible with `syn` 2.0.46, which we pin
# to in CI for MSRV compatibility reasons.
= "=0.2.17"
= "1.0"
= "1.1"
= { = "../testutil" }
# Pinned to a specific version so that the version used for local development
# and the version used in CI are guaranteed to be the same. Future versions
# sometimes change the output format slightly, so a version mismatch can cause
# CI test failures.
= { = "=1.0.89", = ["diff"] }
= { = "../", = ["derive"] }