# 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 = "rgit" version = "0.10.0" authors = ["MoriGM "] description = "A small git web interface written in rust" readme = "README.md" keywords = ["git"] license = "GPL-2.0" repository = "https://github.com/MoriGM/rgit" resolver = "2" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.1" features = ["derive"] [dependencies.git2] version = "0.14" [dependencies.rocket] version = "0.5.0-rc.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tera] version = "1.15" [dependencies.toml] version = "0.5"