# 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 = "2018" name = "druid-widget-nursery" version = "0.1.0" authors = ["Richard Dodd "] description = "Extra widgets for `druid` that are not yet ready for inclusion in Druid proper" readme = "README.md" license = "MIT OR Apache-2.0" [[example]] name = "async" required-features = [ "async", "tokio/rt-multi-thread", "tokio/macros", "tokio/time", ] [[example]] name = "animator" [[example]] name = "animation-curves" [[example]] name = "prisms" required-features = ["derive"] [[example]] name = "splits" [[example]] name = "material_icons" required-features = ["material-icons"] [dependencies.druid] version = "0.8" features = ["im"] [dependencies.druid-material-icons] version = "0.2.0" optional = true [dependencies.druid-widget-nursery-derive] version = "=0.1.0" optional = true [dependencies.flume] version = "0.10" optional = true [dependencies.futures] version = "0.3" optional = true [dependencies.libloading] version = "0.6.6" optional = true [dependencies.log] version = "0.4.11" [dependencies.notify] version = "4.0.12" optional = true [dependencies.notify5] version = "5.0.0-pre.11" optional = true package = "notify" [dependencies.rand] version = "0.8.1" optional = true [dependencies.tokio] version = "1.0" features = [ "rt", "time", ] optional = true [dependencies.tracing] version = "0.1.22" [dev-dependencies.clap] version = "3.2.19" features = ["derive"] [dev-dependencies.qu] version = "0.5.1" [dev-dependencies.serde_json] version = "1.0.71" [features] async = [ "tokio/rt", "futures", "flume", ] derive = ["druid-widget-nursery-derive"] hot-reload = [ "libloading", "notify5", "rand", ] material-icons = ["druid-material-icons"]