# 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 = "iconify" version = "0.3.1" authors = ["Matthew Taylor "] description = "Proc-macros for generating icons from the Iconify API" readme = "README.md" keywords = [ "iconify", "icons", "proc-macro", ] categories = ["development-tools::code-generators"] license = "MIT OR Apache-2.0" repository = "https://github.com/wrapperup/iconify-rs" [lib] doctest = false proc-macro = true [dependencies.blake3] version = "1.5.1" optional = true [dependencies.directories] version = "5.0.1" optional = true [dependencies.hex] version = "0.4.3" [dependencies.proc-macro2] version = "1.0.79" [dependencies.quote] version = "1.0.36" [dependencies.syn] version = "2.0.58" [dependencies.ureq] version = "2.9.6" default-features = false [dependencies.url] version = "2.5.0" [dev-dependencies] [features] cache = [ "directories", "blake3", ] default = [ "cache", "tls", ] offline = ["blake3"] tls = ["ureq/tls"]