android-rust-cli 0.2.5

A CLI tool for generating Android Rust JNI templates in a single command
# 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 = "android-rust-cli"
version = "0.2.5"
build = false
include = [
    "src/**/*",
    "templates/**/*",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI tool for generating Android Rust JNI templates in a single command"
readme = "README.md"
keywords = [
    "android",
    "rust",
    "jni",
    "cli",
    "template",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com"

[[bin]]
name = "android-rust"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.clap_complete]
version = "4.5"

[dependencies.console]
version = "0.15"

[dependencies.dialoguer]
version = "0.12"

[dependencies.include_dir]
version = "0.7"

[dependencies.indicatif]
version = "0.17"

[dependencies.minijinja]
version = "2.14"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.thiserror]
version = "2.0"

[dependencies.toml]
version = "0.8"

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
debug = 0
panic = "abort"
overflow-checks = false
strip = true

[profile.release.package."*"]
opt-level = 3
codegen-units = 1
debug = 0
overflow-checks = false
strip = true