Source code

Revision control

Copy as Markdown

Other Tools

# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.
[package]
edition = "2021"
name = "uniffi_bindgen"
version = "0.29.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a multi-language bindings generator for rust (codegen and cli tooling)"
readme = "README.md"
keywords = [
"ffi",
"bindgen",
]
license = "MPL-2.0"
[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]
[features]
bindgen-tests = [
"cargo-metadata",
"dep:uniffi_testing",
]
cargo-metadata = ["dep:cargo_metadata"]
default = ["cargo-metadata"]
ffi-trace = ["uniffi_testing?/ffi-trace"]
[lib]
name = "uniffi_bindgen"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1"
[dependencies.askama]
version = "0.13.0"
features = [
"config",
"derive",
"alloc",
]
default-features = false
[dependencies.camino]
version = "1.0.8"
[dependencies.cargo_metadata]
version = "0.19"
optional = true
[dependencies.fs-err]
version = "2.7.0"
[dependencies.glob]
version = "0.3"
[dependencies.goblin]
version = "0.8"
[dependencies.heck]
version = "0.5"
[dependencies.indexmap]
version = "2.2"
[dependencies.once_cell]
version = "1.12"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.tempfile]
version = "3"
[dependencies.textwrap]
version = "0.16"
features = ["smawk"]
default-features = false
[dependencies.toml]
version = "0.5"
[dependencies.uniffi_internal_macros]
version = "=0.29.3"
[dependencies.uniffi_meta]
version = "=0.29.3"
[dependencies.uniffi_pipeline]
version = "=0.29.3"
[dependencies.uniffi_testing]
version = "=0.29.3"
optional = true
[dependencies.uniffi_udl]
version = "=0.29.3"