# 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 = "oreneo" version = "1.2.0" authors = ["InfiniteCoder "] description = "Generate HTML from Neopolitan" readme = "./page/index.neo" keywords = [ "neopolitan", "html", ] categories = [ "command-line-utilities", "parser-implementations", "template-engine", "text-processing", "web-programming", ] license = "MIT" repository = "https://github.com/InfiniteCoder01/OreNeo/" [dependencies.anyhow] version = "1.0.75" [dependencies.build_html] version = "2.4.0" [dependencies.clap] version = "4.4.3" features = ["derive"] [dependencies.itertools] version = "0.11.0" [dependencies.pathdiff] version = "0.2.1" [dependencies.regex] version = "1.9.3" [dependencies.scanf] version = "1.2.1" [dependencies.thiserror] version = "1.0.47"