Backed out 5 changesets (bug 1890092, bug 1888683) for causing build bustages & crash...
[gecko.git] / third_party / rust / uniffi-example-sprites / Cargo.toml
blob6caed17ab1027d34c03871e87e1a02793dd1442a
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-sprites"
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_sprites"
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"]