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 = "2018" 14rust-version = "1.31" 15name = "remain" 16version = "0.2.6" 17authors = ["David Tolnay <dtolnay@gmail.com>"] 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] 25license = "MIT OR Apache-2.0" 26repository = "https://github.com/dtolnay/remain" 27 28[package.metadata.docs.rs] 29targets = ["x86_64-unknown-linux-gnu"] 30 31[lib] 32proc-macro = true 33 34[dependencies.proc-macro2] 35version = "1.0" 36 37[dependencies.quote] 38version = "1.0" 39 40[dependencies.syn] 41version = "1.0" 42features = [ 43 "full", 44 "visit-mut", 45] 46 47[dev-dependencies.rustversion] 48version = "1.0" 49 50[dev-dependencies.trybuild] 51version = "1.0.49" 52features = ["diff"] 53