jffi 0.2.4

Cross-platform framework for building native apps with Rust business logic and platform-native UIs
# 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 = "jffi"
version = "0.2.4"
authors = ["JFFI Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cross-platform framework for building native apps with Rust business logic and platform-native UIs"
homepage = "https://github.com/Jitpomi/jffi"
documentation = "https://github.com/Jitpomi/jffi#readme"
readme = "README.md"
keywords = [
    "cross-platform",
    "mobile",
    "desktop",
    "uniffi",
    "native",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "gui",
]
license = "GPL-3.0"
repository = "https://github.com/Jitpomi/jffi"

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.colored]
version = "2.1"

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.dialoguer]
version = "0.11"

[dependencies.indicatif]
version = "0.17"

[dependencies.notify]
version = "6.1"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.rand]
version = "0.8"

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

[dependencies.syn]
version = "2.0"
features = [
    "full",
    "parsing",
    "visit",
]

[dependencies.toml]
version = "0.8"

[dependencies.uuid]
version = "1.10"
features = ["v4"]