# 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 = "2021" name = "iced_style_config" version = "0.2.1" exclude = [ "/.*", "/tools", ] description = """ Create Iced style sheets from configuration files. """ readme = "README.md" keywords = ["gui"] categories = ["gui"] license = "Apache-2.0 OR MIT" repository = "https://github.com/taiki-e/iced_style_config" resolver = "2" [package.metadata.docs.rs] features = [ "hot-reloading", "canvas", "qr_code", "iced", ] rustdoc-args = [ "--cfg", "docsrs", ] targets = [ "x86_64-unknown-linux-gnu", "wasm32-unknown-unknown", ] [dependencies.futures-util] version = "0.3" optional = true default-features = false [dependencies.iced] version = "0.4" features = [ "image", "svg", "canvas", "qr_code", ] optional = true [dependencies.iced_futures] version = "0.4" optional = true [dependencies.iced_graphics] version = "0.3" optional = true [dependencies.iced_native] version = "0.5" [dependencies.iced_style] version = "0.4" [dependencies.once_cell] version = "1" [dependencies.schemars] version = "0.8" optional = true [dependencies.scoped-tls] version = "1" [dependencies.serde] version = "1.0.123" features = ["derive"] [dependencies.thiserror] version = "1.0.7" [dependencies.toml] version = "0.5.2" [dev-dependencies.iced] version = "0.4" [features] canvas = ["iced_graphics/canvas"] default = ["hot-reloading"] hot-reloading = [ "async-stream", "futures-util", "iced_futures", "notify", "tokio", "tracing", ] qr_code = ["iced_graphics/qr_code"] schema = ["schemars"] [target."cfg(not(target_family = \"wasm\"))".dependencies.async-stream] version = "0.3" optional = true [target."cfg(not(target_family = \"wasm\"))".dependencies.notify] version = "5" optional = true [target."cfg(not(target_family = \"wasm\"))".dependencies.tokio] version = "1" features = ["sync"] optional = true [target."cfg(not(target_family = \"wasm\"))".dependencies.tracing] version = "0.1.6" features = ["std"] optional = true default-features = false