# 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 = "2018" name = "leo-ver-serv" version = "0.1.10" authors = ["vitalije "] description = "A web server which accepts snapshots from Leo, and serves web application for browsing history of known Leo files." readme = "README.md" keywords = [ "web", "delta", "fossil", "VCS", "Leo", ] categories = [ "command-line-utilities", "compression", "web-programming::http-server", "text-processing", ] license = "MIT" repository = "https://github.com/vitalije/fossil-delta.git" [dependencies.actix-files] version = "0.1.3" [dependencies.actix-web] version = "1.0" [dependencies.chrono] version = "0.4.7" [dependencies.fossil-delta] version = "0.2.0" [dependencies.rusqlite] version = "0.19.0" features = ["bundled"] [dependencies.serde] version = "1.0.97" [dependencies.serde_json] version = "1.0.40"