blob: 197d26deefd632eee58bafb14c4554b5d7ab60ba [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"
Haibo Huang16e11be2020-07-10 20:24:21 -070016version = "0.2.2"
Chih-Hung Hsiehd4a5e372019-10-25 17:57:19 -070017authors = ["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"
Haibo Huang16e11be2020-07-10 20:24:21 -070023[package.metadata.docs.rs]
24targets = ["x86_64-unknown-linux-gnu"]
David Tolnay395392d2019-03-11 11:21:44 -070025
26[lib]
27proc-macro = true
Chih-Hung Hsiehd4a5e372019-10-25 17:57:19 -070028[dependencies.proc-macro2]
Chih-Hung Hsieh3095d152020-02-27 10:42:41 -080029version = "1.0"
David Tolnay395392d2019-03-11 11:21:44 -070030
Chih-Hung Hsiehd4a5e372019-10-25 17:57:19 -070031[dependencies.quote]
Chih-Hung Hsieh3095d152020-02-27 10:42:41 -080032version = "1.0"
David Tolnay5659ef72019-03-11 11:32:12 -070033
Chih-Hung Hsiehd4a5e372019-10-25 17:57:19 -070034[dependencies.syn]
Chih-Hung Hsieh3095d152020-02-27 10:42:41 -080035version = "1.0"
Chih-Hung Hsiehd4a5e372019-10-25 17:57:19 -070036features = ["full", "visit-mut"]
Chih-Hung Hsieh3095d152020-02-27 10:42:41 -080037[dev-dependencies.rustversion]
38version = "1.0"
Chih-Hung Hsiehd4a5e372019-10-25 17:57:19 -070039
40[dev-dependencies.trybuild]
Chih-Hung Hsieh3095d152020-02-27 10:42:41 -080041version = "1.0.19"
42features = ["diff"]