# 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 = "yazi-prebuild" version = "0.1.2" exclude = [ "syntaxes/*", "cspell.json", ] description = "Used to place the pre-built assets of yazi (https://github.com/sxyazi/yazi)." homepage = "https://github.com/sxyazi/yazi" readme = "README.md" license = "MIT" repository = "https://github.com/yazi-rs/prebuild" [[bin]] name = "generate" path = "generate.rs" required-features = ["build_deps"] [dependencies.anyhow] version = "^1" optional = true [dependencies.syntect] version = "^5" optional = true [dependencies.walkdir] version = "^2" optional = true [features] build_deps = [ "anyhow", "syntect", "walkdir", ]