# 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" rust-version = "1.80" name = "floem-css" version = "0.2.0" authors = ["Olli Paananen "] build = "build.rs" publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Hot reloading css-like styles for Floem" readme = "README.md" keywords = [ "CSS", "Floem", "style", "reload", ] license = "MIT" license-file = "LICENSE" repository = "https://github.com/aalhitennf/floem-css" [lib] name = "floem_css" path = "src/lib.rs" doctest = false [[example]] name = "provider" path = "examples/provider.rs" [dependencies.crossbeam-channel] version = "0.5.13" [dependencies.floem] version = "0.2.0" [dependencies.floem-css-parser] version = "0.2.0" [dependencies.log] version = "0.4.22" [dependencies.notify] version = "7.0.0" [dependencies.smallvec] version = "1.13.2" features = ["const_new"] [dependencies.thiserror] version = "2.0.1" [dev-dependencies.env_logger] version = "0.11.5" [build-dependencies.floem-css-parser] version = "0.2.0"