• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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"
14name = "enum-as-inner"
15version = "0.6.1"
16authors = ["Benjamin Fry <benjaminfry@me.com>"]
17build = false
18autobins = false
19autoexamples = false
20autotests = false
21autobenches = false
22description = """
23A proc-macro for deriving inner field accessor functions on enums.
24"""
25documentation = "https://docs.rs/enum-as-inner"
26readme = "README.md"
27license = "MIT/Apache-2.0"
28repository = "https://github.com/bluejekyll/enum-as-inner"
29
30[lib]
31name = "enum_as_inner"
32path = "src/lib.rs"
33proc-macro = true
34
35[[test]]
36name = "basic"
37path = "tests/basic.rs"
38
39[[test]]
40name = "generics"
41path = "tests/generics.rs"
42
43[[test]]
44name = "named"
45path = "tests/named.rs"
46
47[[test]]
48name = "snake_case"
49path = "tests/snake_case.rs"
50
51[[test]]
52name = "unit"
53path = "tests/unit.rs"
54
55[[test]]
56name = "unnamed"
57path = "tests/unnamed.rs"
58
59[dependencies.heck]
60version = "0.5"
61
62[dependencies.proc-macro2]
63version = "1.0"
64
65[dependencies.quote]
66version = "1.0"
67
68[dependencies.syn]
69version = "2.0"
70