# 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 = "c2g" version = "0.9.0" authors = ["Tomas Farias "] description = "Turn your chess PGN files into GIFs!" readme = "README.md" keywords = [ "chess", "pgn", "gif", ] license = "GPL-3.0+" repository = "https://github.com/tomasfarias/c2g" [dependencies.clap] version = "2.33" [dependencies.env_logger] version = "0.9" [dependencies.gif] version = "^0.13.1" [dependencies.image] version = "^0.25.1" [dependencies.include_dir] version = "^0.6" optional = true [dependencies.log] version = "^0.4" [dependencies.pgn-reader] version = "0.22" [dependencies.rayon] version = "^1.10" [dependencies.regex] version = "^1.5.5" [dependencies.resvg] version = "0.22" [dependencies.shakmaty] version = "0.23" [dependencies.thiserror] version = "1.0" [dependencies.tiny-skia] version = "0.6" [dependencies.usvg] version = "0.22" [features] default = [ "include-fonts", "include-svgs", ] include-fonts = ["include_dir"] include-svgs = ["include_dir"]