ticker-mac 0.0.7

macOS egui GUI for Ticker — a tick-based spreadsheet.
# 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 = "ticker-mac"
version = "0.0.7"
authors = ["Philippe Pascal"]
build = false
exclude = ["examples"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "macOS egui GUI for Ticker — a tick-based spreadsheet."
homepage = "https://github.com/philippepascal/ticker"
documentation = "https://github.com/philippepascal/ticker/blob/main/README.md"
readme = "README.md"
keywords = [
    "spreadsheet",
    "tui",
    "time-series",
    "finance",
    "simulation",
]
categories = ["gui"]
license = "BUSL-1.1"
repository = "https://github.com/philippepascal/ticker"
resolver = "2"

[[bin]]
name = "ticker-mac"
path = "src/main.rs"

[dependencies.eframe]
version = "0.33"
features = [
    "default_fonts",
    "wgpu",
]
default-features = false

[dependencies.egui]
version = "0.33"

[dependencies.indexmap]
version = "2"

[dependencies.muda]
version = "0.17"

[dependencies.rfd]
version = "0.17.2"

[dependencies.serde_json]
version = "1.0.149"

[dependencies.ticker-core]
version = "0.0.7"

[dependencies.wgpu]
version = "27"
features = ["metal"]