# 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 = "silicon" version = "0.5.2" authors = ["Aloxaf "] description = "Create beautiful image of your code" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Aloxaf/silicon" [dependencies.anyhow] version = "1.0" optional = true [dependencies.clipboard] version = "0.5.0" [dependencies.conv] version = "0.3.3" [dependencies.dirs] version = "4.0" [dependencies.env_logger] version = "0.9.3" features = [ "termcolor", "atty", "humantime", ] optional = true default-features = false [dependencies.font-kit] version = "0.11" [dependencies.harfbuzz-sys] version = "0.5.0" optional = true [dependencies.image] version = "0.24" features = [ "jpeg", "png", "jpeg_rayon", ] default-features = false [dependencies.imageproc] version = "0.23.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.20" [dependencies.pathfinder_geometry] version = "0.5.1" [dependencies.rayon] version = "1.8.0" [dependencies.shell-words] version = "1.1.0" optional = true [dependencies.structopt] version = "0.3" features = [ "color", "wrap_help", ] optional = true default-features = false [dependencies.syntect] version = "5.1" features = [ "parsing", "dump-load", "regex-onig", "plist-load", "yaml-load", ] default-features = false [dependencies.tempfile] version = "3.8.1" [features] bin = [ "structopt", "env_logger", "anyhow", "shell-words", ] default = [ "bin", "harfbuzz", ] harfbuzz = [ "harfbuzz-sys", "font-kit/loader-freetype-default", "font-kit/source-fontconfig-default", ] [target."cfg(target_os = \"macos\")".dependencies.pasteboard] version = "0.1.3" [target."cfg(target_os = \"windows\")".dependencies.clipboard-win] version = "4.5.0" [target."cfg(target_os = \"windows\")".dependencies.image] version = "0.24" features = [ "jpeg", "bmp", "jpeg_rayon", ] default-features = false