# 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 = "figma-html" version = "0.1.0" authors = ["Chris Couzens "] description = "Figma to CSS and HTML toolkit" readme = "README.md" keywords = ["Figma"] license = "MIT" repository = "https://github.com/ccouzens/figma-rust" [dependencies.anyhow] version = "1.0.68" [dependencies.figma-schema] version = "0.3.0" [dependencies.html-escape] version = "0.2.13" [dependencies.indexmap] version = "1.9.2" features = ["serde"] [dependencies.itertools] version = "0.10.5" [dependencies.lightningcss] version = "1.0.0-alpha.40" [dependencies.serde] version = "1.0" features = ["derive"]