dkdc-bookmarks 0.1.2

Bookmarks in your filesystem
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 = "dkdc-bookmarks"
version = "0.1.2"
authors = ["Cody <cody@dkdc.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bookmarks in your filesystem"
homepage = "https://github.com/lostmygithubaccount/bookmarks"
readme = "README.md"
license = "MIT"
repository = "https://github.com/lostmygithubaccount/bookmarks"
resolver = "2"

[features]
app = [
    "dep:iced",
    "dep:png",
]
webapp = [
    "dep:axum",
    "dep:tokio",
]

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

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

[dependencies.anyhow]
version = "1"

[dependencies.axum]
version = "0.8"
optional = true

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.dirs]
version = "6"

[dependencies.iced]
version = "0.14"
features = [
    "tokio",
    "svg",
]
optional = true

[dependencies.open]
version = "5"

[dependencies.png]
version = "0.17"
optional = true

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

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "net",
    "signal",
]
optional = true

[dependencies.toml]
version = "0.9"

[dev-dependencies.tempfile]
version = "3"