blob: 4134e6754a8a0d889f96eae73f9c041f58a6d143 [file] [log] [blame]
Chih-Hung Hsiehd4a5e372019-10-25 17:57:19 -07001# 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 believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
David Tolnay395392d2019-03-11 11:21:44 -070013[package]
David Tolnay395392d2019-03-11 11:21:44 -070014edition = "2018"
Chih-Hung Hsiehd4a5e372019-10-25 17:57:19 -070015name = "remain"
16version = "0.1.3"
17authors = ["David Tolnay <dtolnay@gmail.com>"]
Jeremy Banksc41add72019-05-11 10:52:18 -040018description = "Compile-time checks that an enum, struct, or match is written in sorted order."
David Tolnayda486c62019-03-11 11:25:01 -070019documentation = "https://docs.rs/remain"
20readme = "README.md"
Chih-Hung Hsiehd4a5e372019-10-25 17:57:19 -070021license = "MIT OR Apache-2.0"
22repository = "https://github.com/dtolnay/remain"
David Tolnay395392d2019-03-11 11:21:44 -070023
24[lib]
25proc-macro = true
Chih-Hung Hsiehd4a5e372019-10-25 17:57:19 -070026[dependencies.proc-macro2]
27version = "0.4"
David Tolnay395392d2019-03-11 11:21:44 -070028
Chih-Hung Hsiehd4a5e372019-10-25 17:57:19 -070029[dependencies.quote]
30version = "0.6"
David Tolnay5659ef72019-03-11 11:32:12 -070031
Chih-Hung Hsiehd4a5e372019-10-25 17:57:19 -070032[dependencies.syn]
33version = "0.15"
34features = ["full", "visit-mut"]
35[dev-dependencies.select-rustc]
36version = "0.1"
37
38[dev-dependencies.trybuild]
39version = "1.0"