# 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 = "lookbook" version = "0.2.0-alpha.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Component preview framework for Dioxus" readme = "README.md" license = "MIT OR Apache-2.0" [lib] name = "lookbook" path = "src/lib.rs" [[example]] name = "task" path = "examples/task.rs" [dependencies.dioxus] version = "0.6.0-alpha.2" [dependencies.dioxus-material] version = "0.3.0-alpha.2" [dependencies.dioxus-resize-observer] version = "0.3.0-alpha.3" [dependencies.dioxus-router] version = "0.6.0-alpha.2" [dependencies.dioxus-use-mounted] version = "0.3.0-alpha.3" [dependencies.lookbook-macros] version = "0.2.0-alpha.1" [dependencies.pulldown-cmark] version = "0.12.1" [dependencies.serde] version = "1.0.189" [dependencies.serde_json] version = "1.0.107" [dev-dependencies.dioxus] version = "0.6.0-alpha.2" features = ["web"]