• 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 = "2021"
14name = "uniffi_core"
15version = "0.27.1"
16authors = ["Firefox Sync Team <sync-team@mozilla.com>"]
17description = "a multi-language bindings generator for rust (runtime support code)"
18homepage = "https://mozilla.github.io/uniffi-rs"
19documentation = "https://mozilla.github.io/uniffi-rs"
20readme = "README.md"
21keywords = [
22    "ffi",
23    "bindgen",
24]
25license = "MPL-2.0"
26repository = "https://github.com/mozilla/uniffi-rs"
27
28[dependencies.anyhow]
29version = "1"
30
31[dependencies.async-compat]
32version = "0.2.1"
33optional = true
34
35[dependencies.bytes]
36version = "1.3"
37
38[dependencies.camino]
39version = "1.0.8"
40
41[dependencies.log]
42version = "0.4"
43
44[dependencies.once_cell]
45version = "1.10.0"
46
47[dependencies.oneshot]
48version = "0.1.6"
49features = ["async"]
50package = "oneshot-uniffi"
51
52[dependencies.paste]
53version = "1.0"
54
55[dependencies.static_assertions]
56version = "1.1.0"
57
58[features]
59default = []
60tokio = ["dep:async-compat"]
61