# 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 = "hlight-dump" version = "0.0.0" authors = ["Moe "] description = "Dump the theme/syntax set of an old version of Sublime as binary data" readme = "Readme.md" categories = [ "command-line-utilities", "encoding", ] license = "Apache-2.0" repository = "https://github.com/2moe/hlight" [dependencies.anyhow] version = "1.0.71" [dependencies.clap] version = "4.3.0" features = [ "unicode", "derive", "color", ] [dependencies.clap_complete] version = "4.3.0" [dependencies.env_logger] version = "0.10.0" features = [ "regex", "auto-color", ] default-features = false [dependencies.getset] version = "0.1.2" [dependencies.log] version = "0.4.18" [dependencies.once_cell] version = "1.17.2" [dependencies.serde] version = "1.0.163" [dependencies.syntect] version = "5.0.0" features = [ "parsing", "regex-fancy", "yaml-load", "plist-load", ] default-features = false