ordinary-studio 0.6.0-pre.2

Ordinary project editor and applicaiton manager.
# 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 = "ordinary-studio"
version = "0.6.0-pre.2"
authors = ["Ordinary Labs LLC"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ordinary project editor and applicaiton manager."
homepage = "https://codeberg.org/ordinarylabs/Ordinary"
readme = "README.md"
categories = []
license = "AGPL-3.0-only"
repository = "https://codeberg.org/ordinarylabs/Ordinary"

[lib]
name = "ordinary_studio_lib"
crate-type = [
    "staticlib",
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[bin]]
name = "ordinary-studio"
path = "src/main.rs"

[dependencies.base64]
version = "0.22.1"

[dependencies.ordinary-api]
version = "0.6.0-pre.2"
features = ["client"]
default-features = false

[dependencies.ordinary-build]
version = "0.6.0-pre.2"

[dependencies.ordinary-config]
version = "0.6.0-pre.2"

[dependencies.ordinary-download]
version = "0.6.0-pre.2"

[dependencies.ordinary-modify]
version = "0.6.0-pre.2"

[dependencies.ordinaryd]
version = "0.6.0-pre.2"

[dependencies.parking_lot]
version = "0.12.5"

[dependencies.qrcodegen]
version = "1.8.0"

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tauri]
version = "2"
features = []

[dependencies.tauri-plugin-dialog]
version = "2"

[dependencies.tauri-plugin-opener]
version = "2"

[dependencies.tokio]
version = "1.49.0"
features = [
    "rt",
    "rt-multi-thread",
    "io-util",
    "net",
    "time",
    "macros",
    "sync",
    "parking_lot",
    "signal",
]

[dependencies.tokio-rustls]
version = "0.26.4"
features = [
    "tls12",
    "ring",
]
default-features = false

[dependencies.totp-rs]
version = "5.7.0"
features = ["otpauth"]

[dependencies.tracing]
version = "0.1.44"
features = ["valuable"]

[build-dependencies.tauri-build]
version = "2"
features = []

[lints.clippy]
unwrap_used = "deny"