# 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 = "fakehub-server" version = "0.0.10" authors = [ "Aliaksei BialĂ­auski ", "Ivanchuk Ivan ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ GitHub API Server Stub. Fully functional fake version of a GitHub API that supports all the features and works locally, with no connection to GitHub at all. """ readme = "README.md" license = "MIT" resolver = "1" [lib] name = "fakehub_server" path = "src/lib.rs" [[test]] name = "handlers_it" path = "tests/handlers_it.rs" [[test]] name = "mod" path = "tests/mod.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.axum] version = "0.7.5" [dependencies.chrono] version = "0.4.38" [dependencies.github-mirror] version = "0.0.10" [dependencies.hamcrest] version = "0.1.5" [dependencies.log] version = "0.4.21" features = [] [dependencies.md5] version = "0.7.0" [dependencies.parameterized] version = "2.0.0" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.10.6" [dependencies.reqwest] version = "0.12.5" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.testing_logger] version = "0.1.1" [dependencies.tokio] version = "1.0.0" features = [ "rt", "rt-multi-thread", "macros", "fs", ] [dependencies.uuid] version = "1.10.0" features = [ "v4", "fast-rng", "macro-diagnostics", ] [features] mirror_release = [] [lints.clippy] question_mark_used = "deny" unwrap_used = "deny" [lints.rust] missing_docs = "deny"