# 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 = "hexo" version = "0.9.3" build = false exclude = [ "sample.hexo", "samples", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Tiny binary writer utility, just enough for you" homepage = "https://github.com/lexa-diky/hexo" documentation = "https://github.com/lexa-diky/hexo" readme = "README.md" keywords = [ "cli-utility", "binary", "hexo", "simple", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/lexa-diky/hexo" [[bin]] name = "hexo" path = "src/main.rs" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.console] version = "0.15.8" [dependencies.lazy_static] version = "1.5.0" [dependencies.notify] version = "6.1.1" [dependencies.pest] version = "2.7.9" [dependencies.pest_derive] version = "2.7.9"