no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / third_party / rust / thiserror / Cargo.toml
blobc921b994fa35299fd7d524aa096cefd0566fd2d9
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
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.
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.
12 [package]
13 edition = "2021"
14 rust-version = "1.56"
15 name = "thiserror"
16 version = "1.0.63"
17 authors = ["David Tolnay <dtolnay@gmail.com>"]
18 build = "build.rs"
19 autobins = false
20 autoexamples = false
21 autotests = false
22 autobenches = false
23 description = "derive(Error)"
24 documentation = "https://docs.rs/thiserror"
25 readme = "README.md"
26 keywords = [
27     "error",
28     "error-handling",
29     "derive",
31 categories = ["rust-patterns"]
32 license = "MIT OR Apache-2.0"
33 repository = "https://github.com/dtolnay/thiserror"
35 [package.metadata.docs.rs]
36 rustdoc-args = ["--generate-link-to-definition"]
37 targets = ["x86_64-unknown-linux-gnu"]
39 [lib]
40 name = "thiserror"
41 path = "src/lib.rs"
43 [[test]]
44 name = "compiletest"
45 path = "tests/compiletest.rs"
47 [[test]]
48 name = "test_backtrace"
49 path = "tests/test_backtrace.rs"
51 [[test]]
52 name = "test_deprecated"
53 path = "tests/test_deprecated.rs"
55 [[test]]
56 name = "test_display"
57 path = "tests/test_display.rs"
59 [[test]]
60 name = "test_error"
61 path = "tests/test_error.rs"
63 [[test]]
64 name = "test_expr"
65 path = "tests/test_expr.rs"
67 [[test]]
68 name = "test_from"
69 path = "tests/test_from.rs"
71 [[test]]
72 name = "test_generics"
73 path = "tests/test_generics.rs"
75 [[test]]
76 name = "test_lints"
77 path = "tests/test_lints.rs"
79 [[test]]
80 name = "test_option"
81 path = "tests/test_option.rs"
83 [[test]]
84 name = "test_path"
85 path = "tests/test_path.rs"
87 [[test]]
88 name = "test_source"
89 path = "tests/test_source.rs"
91 [[test]]
92 name = "test_transparent"
93 path = "tests/test_transparent.rs"
95 [dependencies.thiserror-impl]
96 version = "=1.0.63"
98 [dev-dependencies.anyhow]
99 version = "1.0.73"
101 [dev-dependencies.ref-cast]
102 version = "1.0.18"
104 [dev-dependencies.rustversion]
105 version = "1.0.13"
107 [dev-dependencies.trybuild]
108 version = "1.0.81"
109 features = ["diff"]