# 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 = "phosphor-leptos" version = "0.6.0" authors = ["Søren H. Hansen"] build = false exclude = ["/core"] autobins = false autoexamples = false autotests = false autobenches = false description = "phosphor icons for leptos" readme = "README.md" keywords = [ "icons", "leptos", "phosphor", ] license = "MIT" repository = "https://github.com/SorenHolstHansen/phosphor-leptos" [lib] name = "phosphor_leptos" path = "src/lib.rs" [dependencies.leptos] version = "0.6" [features] all = [ "arrows", "brand", "commerce", "communication", "design", "development", "editor", "finance", "games", "health", "map", "media", "nature", "objects", "office", "people", "system", "uncategorized", "weather", ] arrows = [] brand = [] commerce = [] communication = [] default = ["all"] design = [] development = [] editor = [] finance = [] games = [] health = [] map = [] media = [] nature = [] objects = [] office = [] people = [] system = [] uncategorized = [] weather = []