# 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 = "iced_font_awesome" version = "0.2.0" authors = ["Daniel M. Bomfim"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Font Awesome component for Iced" homepage = "https://github.com/danielmbomfim/iced_font_awesome" readme = "README.md" keywords = [ "gui", "iced", "icons", ] categories = ["gui"] license = "MIT" repository = "https://github.com/danielmbomfim/iced_font_awesome" [lib] name = "iced_font_awesome" path = "src/lib.rs" [[example]] name = "explorer" path = "examples/explorer.rs" [dependencies.iced] version = "^0.13" features = ["advanced"] [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.serde_json] version = "1.0.127"