iced_comet 0.14.0

Your favorite tool for inspecting and debugging iced applications. Built with iced!
# 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 = "iced_comet"
version = "0.14.0"
authors = ["Héctor Ramón Jiménez <hector@hecrj.dev>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Your favorite tool for inspecting and debugging iced applications. Built with iced!"
readme = "README.md"
license = "MIT"
repository = "https://github.com/iced-rs/comet"

[features]
debug = ["iced/debug"]

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

[dependencies.chrono]
version = "0.4"

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

[dependencies.iced_beacon]
version = "0.14"

[dependencies.iced_palace]
version = "0.14"
features = ["rand"]

[dependencies.log]
version = "0.4"

[dependencies.num-traits]
version = "0.2"

[dependencies.open]
version = "5.3"

[dependencies.tracing-subscriber]
version = "0.3"

[build-dependencies.iced_fontello]
version = "0.14"

[lints.clippy]
large-enum-variant = "allow"