# 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 = "text2svg" version = "0.1.0" authors = ["tizee"] description = "A command line tool help convert text to svg file" homepage = "https://github.com/tizee/text2svg" readme = "README.md" keywords = [ "cli", "svg", "tool", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/tizee/text2svg" [dependencies.anyhow] version = "1.0.72" [dependencies.clap] version = "4.3.19" features = ["derive"] [dependencies.font-kit] version = "0.11.0" [dependencies.pathfinder_geometry] version = "0.5.1" [dependencies.resvg] version = "0.35.0" [dependencies.rustybuzz] version = "0.8.0" [dependencies.svg] version = "0.13.1" [dependencies.syntect] version = "5.1.0"