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_udl"
version = "0.29.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "udl parsing for the uniffi project"
readme = "README.md"
keywords = [
"ffi",
"bindgen",
]
license = "MPL-2.0"
[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]
[lib]
name = "uniffi_udl"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1"
[dependencies.textwrap]
version = "0.16"
features = ["smawk"]
default-features = false
[dependencies.uniffi_meta]
version = "=0.29.3"
[dependencies.weedle2]
version = "5.0.0"