# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "seed-icons" version = "0.4.2" authors = ["Timur Sultanaev "] description = "Get icons collections for Seed" homepage = "https://strwrite.gitlab.io/seed-icons-browser/" readme = "./README.md" keywords = ["seed", "frontend", "SPA", "icons"] categories = ["wasm"] license = "BSD-3-Clause" repository = "https://gitlab.com/strwrite/seed-icons.git" [lib] crate-type = ["lib"] [dependencies.seed] version = "0.*.*" [dependencies.seed_style] version = "0.*.*" optional = true package = "seed_style_preview" [dev-dependencies.wasm-bindgen-test] version = "0.3.12" [build-dependencies.seed-icons-gen] version = "0.3.2" [features] default = ["font_awesome"] font_awesome = [] material_icons = [] registry = [] styles = ["seed_style"]