# 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 = "2018" name = "sixtyfps-compilerlib" version = "0.1.6" authors = ["SixtyFPS "] build = "build.rs" description = "Internal SixtyFPS compiler library" homepage = "https://sixtyfps.io" license = "(GPL-3.0-only OR LicenseRef-SixtyFPS-commercial)" repository = "https://github.com/sixtyfpsui/sixtyfps" resolver = "2" [lib] path = "lib.rs" [dependencies.by_address] version = "1.0.4" [dependencies.codemap] version = "0.1" optional = true [dependencies.codemap-diagnostic] version = "0.1.1" optional = true [dependencies.css-color-parser2] version = "1.0.1" [dependencies.derive_more] version = "0.99.5" [dependencies.dunce] version = "1.0.1" [dependencies.itertools] version = "0.10" [dependencies.linked_hash_set] version = "0.1.4" [dependencies.lyon_path] version = "0.17.4" [dependencies.lyon_svg] version = "0.17.2" [dependencies.num_enum] version = "0.5.1" [dependencies.once_cell] version = "1" [dependencies.proc-macro2] version = "1.0.17" optional = true [dependencies.quote] version = "1.0" optional = true [dependencies.rowan] version = "0.14.1" [dependencies.sixtyfps-common] version = "=0.1.6" [dependencies.smol_str] version = "0.1.17" [dependencies.thiserror] version = "1" [dependencies.url] version = "2.2.1" [dev-dependencies.regex] version = "1.3.7" [dev-dependencies.spin_on] version = "0.1" [features] cpp = [] display-diagnostics = ["codemap", "codemap-diagnostic"] proc_macro_span = ["quote", "proc-macro2"] rust = ["quote", "proc-macro2"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.image] version = "0.23" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.resvg] version = "0.20" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tiny-skia] version = "0.6.1" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.usvg] version = "0.20"