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 = "2021"
14rust-version = "1.56"
15name = "remain"
16version = "0.2.12"
17authors = ["David Tolnay <[email protected]>"]
18description = "Compile-time checks that an enum, struct, or match is written in sorted order."
19documentation = "https://docs.rs/remain"
20readme = "README.md"
21categories = [
22    "development-tools",
23    "no-std",
24    "no-std::no-alloc",
25]
26license = "MIT OR Apache-2.0"
27repository = "https://github.com/dtolnay/remain"
28
29[package.metadata.docs.rs]
30rustdoc-args = ["--generate-link-to-definition"]
31targets = ["x86_64-unknown-linux-gnu"]
32
33[lib]
34proc-macro = true
35
36[dependencies.proc-macro2]
37version = "1.0.74"
38
39[dependencies.quote]
40version = "1.0.35"
41
42[dependencies.syn]
43version = "2.0.46"
44features = [
45    "full",
46    "visit-mut",
47]
48
49[dev-dependencies.rustversion]
50version = "1.0.13"
51
52[dev-dependencies.trybuild]
53version = "1.0.81"
54features = ["diff"]
55