# 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 = "lucide-floem" version = "0.2.0" authors = ["Jared Moulton "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = """ An implementation of the lucide icon library for floem """ homepage = "https://github.com/jrmoulton/lucide-floem" readme = "README.md" license = "MIT" repository = "https://github.com/jrmoulton/lucide-floem" [lib] name = "lucide_floem" path = "src/lib.rs" [dependencies.const_format] version = "0.2.32" [dependencies.floem] version = "0.2.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.10.3" [features]