worthweave 0.2.0

Private local-first investment portfolio
# 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"
rust-version = "1.97"
name = "worthweave"
version = "0.2.0"
authors = ["Worthweave contributors"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Private local-first investment portfolio"
homepage = "https://github.com/kabudu/worth-weave"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/kabudu/worth-weave"

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

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

[dependencies.age]
version = "0.12.1"

[dependencies.chrono]
version = "0.4.45"
features = ["serde"]

[dependencies.csv]
version = "1.4.0"

[dependencies.futures-util]
version = "0.3.32"

[dependencies.keyring]
version = "4.1.4"

[dependencies.quick-xml]
version = "0.41.0"

[dependencies.reqwest]
version = "0.13.4"
features = [
    "json",
    "stream",
    "rustls",
]
default-features = false

[dependencies.rusqlite]
version = "0.40.1"
features = [
    "backup",
    "bundled",
    "uuid",
]

[dependencies.rust_decimal]
version = "1.42.1"
features = ["serde-with-str"]

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.sha2]
version = "0.11.0"

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

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

[dependencies.tauri-plugin-process]
version = "2.3.1"

[dependencies.tauri-plugin-updater]
version = "2.10.1"

[dependencies.tempfile]
version = "3.27.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.52.3"
features = ["time"]

[dependencies.uuid]
version = "1.23.4"
features = [
    "v4",
    "serde",
]

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