# 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 = "waking-git-core" version = "0.1.2" description = "Library implementing the core functionality of waking-git" license = "MIT" repository = "https://github.com/elhmn/waking-git" [dependencies.axum] version = "0.6.3" [dependencies.data-encoding] version = "2.3.3" [dependencies.flate2] version = "1.0.25" [dependencies.git2] version = "0.15.0" [dependencies.home] version = "0.5.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.rayon] version = "1.6.1" [dependencies.rust-code-analysis] version = "0.0.25" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.91" [dependencies.serde_yaml] version = "0.9" [dependencies.sha2] version = "0.10.6" [dependencies.simple_logger] version = "4.0.0" [dependencies.tar] version = "0.4.38" [dependencies.tokio] version = "1.24.2" features = ["full"] [dependencies.tokio-util] version = "0.7.5" features = ["io"] [dependencies.url] version = "2.3.1" [dependencies.walkdir] version = "2.3.2" [features] default = [ "types", "dep:rust-code-analysis", ] types = []