# 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 = "glessite" version = "0.2.1" authors = ["Louis Gasnault"] description = "A simple static site generator based on a git repository commits." homepage = "https://github.com/Lozul/glessite" readme = "README.md" keywords = [ "site-generator", "git", "cli", ] license = "MIT" license-file = "LICENSE" repository = "https://github.com/Lozul/glessite" [profile.release] opt-level = "z" debug = 0 panic = "abort" strip = true [dependencies.clap] version = "4.1.4" features = ["derive"] [dependencies.env_logger] version = "0.10.0" [dependencies.git2] version = "0.15.0" [dependencies.log] version = "0.4.17"