uniffi-bindgen-java 0.3.0

a java bindings generator for uniffi rust
Documentation
# 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 = "2024"
name = "uniffi-bindgen-java"
version = "0.3.0"
authors = ["IronCore Labs <info@ironcorelabs.com>"]
build = false
exclude = [
    ".github/*",
    ".envrc",
    "flake.nix",
    "flake.lock",
    "RELEASING.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a java bindings generator for uniffi rust"
documentation = "https://docs.rs/uniffi-bindgen-java"
readme = "README.md"
keywords = [
    "bindgen",
    "ffi",
    "java",
]
license = "MPL-2.0"
repository = "https://github.com/IronCoreLabs/uniffi-bindgen-java"

[lib]
name = "uniffi_bindgen_java"
path = "src/lib.rs"

[[bin]]
name = "uniffi-bindgen-java"
path = "src/main.rs"

[[test]]
name = "tests"
path = "tests/tests.rs"

[dependencies.anyhow]
version = "1"

[dependencies.askama]
version = "0.14"
features = [
    "config",
    "derive",
]
default-features = false

[dependencies.camino]
version = "1.1.6"

[dependencies.cargo_metadata]
version = "0.19"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "help",
    "std",
    "cargo",
]
default-features = false

[dependencies.heck]
version = "0.5"

[dependencies.once_cell]
version = "1.19.0"

[dependencies.paste]
version = "1"

[dependencies.regex]
version = "1.10.4"

[dependencies.serde]
version = "1"

[dependencies.textwrap]
version = "0.16.1"

[dependencies.toml]
version = ">=0.8, <=0.9"

[dependencies.uniffi_bindgen]
version = "0.31.0"

[dependencies.uniffi_meta]
version = "0.31.0"

[dev-dependencies.glob]
version = "0.3"

[dev-dependencies.itertools]
version = "0.14.0"