# 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-java" version = "0.1.0" authors = ["IronCore Labs "] exclude = [ ".github/*", ".envrc", "flake.nix", "flake.lock", "RELEASING.md", ] 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" [dependencies.anyhow] version = "1" [dependencies.askama] version = "0.12" features = ["config"] default-features = false [dependencies.camino] version = "1.1.6" [dependencies.cargo_metadata] version = "0.15" [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.5" [dependencies.uniffi_bindgen] version = "0.28.1" [dependencies.uniffi_meta] version = "0.28.1" [dev-dependencies.glob] version = "0.3" [dev-dependencies.itertools] version = "0.13.0"