rustbridge-cli 1.0.1

Build tool and code generator for rustbridge
# 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"
rust-version = "1.90"
name = "rustbridge-cli"
version = "1.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Build tool and code generator for rustbridge"
readme = "README.md"
keywords = [
    "ffi",
    "plugin",
    "cli",
    "scaffolding",
    "bundle",
]
categories = [
    "development-tools::ffi",
    "development-tools::build-utils",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jrobhoward/rustbridge"
resolver = "2"

[[bin]]
name = "rustbridge"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.cc]
version = "1.2"

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

[dependencies.dirs]
version = "6.0"

[dependencies.minisign]
version = "0.9"

[dependencies.quote]
version = "1.0"

[dependencies.rpassword]
version = "7.4"

[dependencies.rustbridge-bundle]
version = "1.0.1"

[dependencies.rustbridge-core]
version = "1.0.1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.syn]
version = "2.0"
features = [
    "full",
    "parsing",
    "extra-traits",
]

[dependencies.tempfile]
version = "3.26"

[dependencies.thiserror]
version = "2.0"

[dependencies.toml]
version = "1.0"

[dependencies.walkdir]
version = "2"

[dependencies.yansi]
version = "1.0"
features = ["detect-tty"]

[dev-dependencies.filetime]
version = "0.2"

[lints.clippy]
await_holding_lock = "deny"