dampen-dev 0.2.7

Development mode tooling for Dampen - hot-reload, file watching, and error overlays
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"
rust-version = "1.88"
name = "dampen-dev"
version = "0.2.7"
authors = ["Mattdef <mattdef@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Development mode tooling for Dampen - hot-reload, file watching, and error overlays"
readme = false
keywords = [
    "ui",
    "iced",
    "declarative",
    "gui",
    "framework",
]
categories = [
    "gui",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mattdef/dampen"
resolver = "2"

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

[[test]]
name = "subscription_tests"
path = "tests/subscription_tests.rs"

[[test]]
name = "watcher_tests"
path = "tests/watcher_tests.rs"

[dependencies.async-stream]
version = "0.3"

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.dampen-core]
version = "0.2.7"

[dependencies.dampen-iced]
version = "0.2.7"

[dependencies.futures]
version = "0.3"

[dependencies.iced]
version = "0.14"
features = [
    "tokio",
    "canvas",
    "image",
    "svg",
    "advanced",
]

[dependencies.notify]
version = "6.1"

[dependencies.notify-debouncer-full]
version = "0.3"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.0"
features = [
    "rt",
    "sync",
]

[dependencies.tokio-stream]
version = "0.1"
features = ["sync"]

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