Bug 1888590 - Mark some subtests on trusted-types-event-handlers.html as failing...
[gecko.git] / third_party / rust / uniffi-example-geometry / Cargo.toml
blobb9fe377732fd9950879d104ad92518aa30da271d
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-geometry"
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 = "uniffi_geometry"
22 crate-type = [
23     "lib",
24     "cdylib",
27 [dependencies.uniffi]
28 version = "0.25"
29 path = "../../uniffi"
31 [dev-dependencies.uniffi]
32 version = "0.25"
33 path = "../../uniffi"
34 features = ["bindgen-tests"]
36 [build-dependencies.uniffi]
37 version = "0.25"
38 path = "../../uniffi"
39 features = ["build"]