# 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 = "encre-css-icons" version = "0.1.7" authors = ["nifou "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Quickly add pure CSS icons to your website" documentation = "https://docs.rs/encre-css-icons" readme = "README.md" keywords = [ "tailwind", "css", "compiler", "encre-css", ] categories = ["web-programming"] license = "MIT" repository = "https://gitlab.com/encre-org/encre-css.git" [lib] name = "encre_css_icons" path = "src/lib.rs" [dependencies.encre-css] version = "0.14.1" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.directories] version = "5.0.0" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.once_cell] version = "1.14.0" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.serde] version = "1.0.144" features = ["derive"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.serde_json] version = "1.0.85" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.ureq] version = "2.7.1"