bladvak 1.2.9

Base egui/eframe app - bladvak means 'pickaxe' in Gobbledegook
Documentation
# 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 = "bladvak"
version = "1.2.9"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Base egui/eframe app - bladvak means 'pickaxe' in Gobbledegook"
homepage = "https://github.com/Its-Just-Nans/bladvak"
documentation = "https://docs.rs/bladvak"
readme = "README.md"
keywords = [
    "egui",
    "eframe",
    "bladvak",
]
categories = [
    "graphics",
    "gui",
]
license = "MIT"
repository = "https://github.com/Its-Just-Nans/bladvak"

[package.metadata.docs.rs]
all-features = true
targets = [
    "x86_64-unknown-linux-gnu",
    "wasm32-unknown-unknown",
]

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

[dependencies.eframe]
version = "0.33"
features = [
    "accesskit",
    "default_fonts",
    "glow",
    "persistence",
    "wayland",
    "x11",
    "serde",
]
default-features = false

[dependencies.egui_extras]
version = "0.33"
features = [
    "all_loaders",
    "serde",
    "syntect",
]

[dependencies.egui_plot]
version = "0.34.0"

[dependencies.log]
version = "0.4"

[dependencies.poll-promise]
version = "0.3"
features = ["web"]

[dependencies.rfd]
version = "0.17.2"

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

[dependencies.serde_json]
version = "1.0.149"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.env_logger]
version = "0.11"

[target.'cfg(target_arch = "wasm32")'.dependencies.js-sys]
version = "0.3"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures]
version = "0.4"

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
version = "0.3.85"
features = ["Url"]

[profile.dev.package."*"]
opt-level = 2

[profile.release]
opt-level = 2