# 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 = "azulc" version = "0.0.3" authors = ["Felix Schütt "] description = " Azul XML-to-Rust compiler (and library)\n" homepage = "https://azul.rs/" keywords = ["gui", "GUI", "user-interface"] categories = ["gui"] license = "MIT" repository = "https://github.com/maps4print/azul" [lib] crate-type = ["rlib", "cdylib"] path = "src/lib.rs" [[bin]] name = "azulc" path = "src/main.rs" [dependencies.azul-core] version = "0.0.2" features = ["opengl"] default-features = false [dependencies.azul-css] version = "0.0.1" default-features = false [dependencies.azul-css-parser] version = "0.0.1" default-features = false [dependencies.azul-layout] version = "0.0.4" default-features = false [dependencies.font-loader] version = "0.8.0" optional = true default-features = false [dependencies.gleam] version = "0.11.0" default-features = false [dependencies.image] version = "0.21.2" features = ["gif_codec", "jpeg", "png_codec", "tiff", "bmp"] optional = true default-features = false [dependencies.xmlparser] version = "0.9.0" default-features = false [features] default = ["text_layout", "image_loading", "font_loading"] dxt = ["image/dxt"] font_loading = ["font-loader"] hdr = ["image/hdr"] ico = ["image/ico"] image_loading = ["image"] jpeg_rayon = ["image/jpeg_rayon"] pnm = ["image/pnm"] text_layout = ["azul-layout/text_layout"] tga = ["image/tga"] webp = ["image/webp"]