# 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 = "rost_gen" version = "1.0.1" exclude = [ "docs/*", ".vscode/*", ".gitignore", "rustfmt.toml", ".github/*", ] description = "A simple static site generator" readme = "README.md" keywords = ["ssg"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Eakam1007/rost_gen" [dependencies.clap] version = "4.0.7" features = ["derive"] [dependencies.command] version = "0.0.0" [dependencies.serde] version = "1.0.104" features = ["derive"] [dependencies.serde_derive] version = "1.0.145" [dependencies.serde_json] version = "1.0.48" [dependencies.serde_with] version = "2.0.1" [dependencies.tempfile] version = "3"