# 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 = "material-code-icons" version = "0.1.0" authors = ["Seth Bywater "] build = "build.rs" description = "VS Code Material Icon Theme in Rust" documentation = "https://docs.rs/material_code_icons" readme = "README.md" keywords = [ "gui", "icon", "icons", "material", "material-icons", ] license = "Apache-2.0" repository = "https://github.com/sethbywater/material-code-icons" [dependencies.lazy_static] version = "1.4.0" [build-dependencies.glob] version = "0.3.0" [build-dependencies.serde] version = "1.0.151" [build-dependencies.serde_json] version = "1.0.91"