[package] name = "lucide-floem" version = "0.2.0" edition = "2021" authors = ["Jared Moulton "] license = "MIT" description = """ An implementation of the lucide icon library for floem """ homepage = "https://github.com/jrmoulton/lucide-floem" repository = "https://github.com/jrmoulton/lucide-floem" [dependencies] const_format = { version = "0.2.32" } lazy_static = "1.4.0" floem = { version = "0.2.0"} # floem-jrmoulton = { package = "floem", git = "https://github.com/jrmoulton/floem", optional = true } # floem = { path = "../floem2/" } # floem = { git = "https://github.com/lapce/floem", rev = "04ee9e7c7786f1ab309b35287ec4a63574cbe9ae" } regex = "1.10.3" [features] # default = ["use-lapce"] # use-lapce = ["floem-lapce"] # use-jrmoulton = ["floem-jrmoulton"]