Bug 1888590 - Mark some subtests on trusted-types-event-handlers.html as failing...
[gecko.git] / third_party / rust / uniffi-example-arithmetic / Cargo.toml
blob4efddceb0a70cc16304673352d8cf3b171ccaa79
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 name = "uniffi-example-arithmetic"
15 version = "0.22.0"
16 authors = ["Firefox Sync Team <sync-team@mozilla.com>"]
17 publish = false
18 license = "MPL-2.0"
20 [lib]
21 name = "arithmetical"
22 crate-type = [
23     "lib",
24     "cdylib",
27 [dependencies]
28 thiserror = "1.0"
30 [dependencies.uniffi]
31 version = "0.25"
32 path = "../../uniffi"
34 [dev-dependencies.uniffi]
35 version = "0.25"
36 path = "../../uniffi"
37 features = ["bindgen-tests"]
39 [build-dependencies.uniffi]
40 version = "0.25"
41 path = "../../uniffi"
42 features = ["build"]