# 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 = "syncat" version = "3.6.1" authors = ["Cameron Eldridge "] description = "Syntax aware cat" homepage = "https://github.com/foxfriends/syncat" readme = "README.md" keywords = [ "cli", "syntax", "cat", "highlighting", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/foxfriends/syncat" [dependencies.ansi_term] version = "0.12.1" [dependencies.cc] version = "1.0.50" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.console] version = "0.10.0" [dependencies.directories] version = "2.0.2" [dependencies.git2] version = "0.16.1" [dependencies.hex] version = "0.4.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.libloading] version = "0.5.2" [dependencies.regex] version = "1.5.5" [dependencies.serde] version = "1.0.105" features = ["derive"] [dependencies.syncat-stylesheet] version = "3.5.0" features = ["ansi_term"] [dependencies.tar] version = "0.4.40" [dependencies.tempdir] version = "0.3.7" [dependencies.terminal_size] version = "0.1.10" [dependencies.toml] version = "0.5.6" [dependencies.tree-sitter] version = "0.20.10" [build-dependencies.tar] version = "0.4.40" [features] default = [] vendored-libgit2 = ["git2/vendored-libgit2"] vendored-openssl = ["git2/vendored-openssl"]