# 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 = "k-lighter" version = "1.0.4" authors = ["Ondřej Chwiedziuk "] build = "build.rs" description = "K-lighter is a syntax highlighter for K language." readme = "README.md" license = "MIT" [[bin]] name = "k-lighter" path = "src/main.rs" [dependencies.clap] version = "4.3.22" features = ["derive"] [dependencies.configparser] version = "3.0.2" [dependencies.dirs] version = "5.0.1"