# 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 = "design_token_parser" version = "3.2.2" authors = ["Vladislav "] description = "Figma studio token parser. Convert your tokens to usable code in any language." readme = "README.md" keywords = [ "figma", "tokens", "design-tokens", "figma-variables", ] license = "MIT" repository = "https://github.com/vrrashkov/TokenParser" [dependencies.anyhow] version = "1.0.71" [dependencies.clap] version = "4.2.7" [dependencies.convert_case] version = "0.6.0" [dependencies.easy_color] version = "0.1.11" [dependencies.evalexpr] version = "9.1.0" [dependencies.json_comments] version = "0.2.1" [dependencies.json_value_merge] version = "2.0.0" [dependencies.jsonptr] version = "0.4.2" [dependencies.liquid] version = "0.26.2" [dependencies.liquid-core] version = "0.26.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.serde_yaml] version = "0.9.21"