rinf_cli 8.3.2

Rust for native business logic, Flutter for flexible and beautiful GUI
Documentation
[[bin]]
name = "rinf"
path = "src/bin/main.rs"

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

[lints.clippy]
expect_used = "deny"
unwrap_used = "deny"
wildcard_imports = "deny"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Rust for native business logic, Flutter for flexible and beautiful GUI"
documentation = "https://rinf.cunarist.com"
edition = "2024"
include = ["/src/", "/template/"]
license = "MIT"
name = "rinf_cli"
readme = false
repository = "https://github.com/cunarist/rinf"
version = "8.3.2"

[target.'cfg(not(target_family = "wasm"))'.dependencies.arboard]
version = "3.4.1"

[target.'cfg(not(target_family = "wasm"))'.dependencies.clap]
features = ["derive"]
version = "4.5.32"

[target.'cfg(not(target_family = "wasm"))'.dependencies.heck]
version = "0.5.0"

[target.'cfg(not(target_family = "wasm"))'.dependencies.include_dir]
version = "0.7.4"

[target.'cfg(not(target_family = "wasm"))'.dependencies.notify]
version = "8.0.0"

[target.'cfg(not(target_family = "wasm"))'.dependencies.owo-colors]
version = "4.2.0"

[target.'cfg(not(target_family = "wasm"))'.dependencies.quote]
version = "1.0.38"

[target.'cfg(not(target_family = "wasm"))'.dependencies.serde]
features = ["derive"]
version = "1.0.219"

[target.'cfg(not(target_family = "wasm"))'.dependencies.serde-generate]
version = "0.31.0"

[target.'cfg(not(target_family = "wasm"))'.dependencies.serde-reflection]
version = "0.5.0"

[target.'cfg(not(target_family = "wasm"))'.dependencies.serde_yml]
version = "0.0.12"

[target.'cfg(not(target_family = "wasm"))'.dependencies.syn]
features = ["full"]
version = "2.0.98"