# 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" version = "0.0.10" build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Portable command-line tool for running and configuring fake GitHub API for testing. """ readme = "README.md" license = "MIT" resolver = "1" [package.metadata.cargo-machete] ignored = [ "clap_complete", "clap_complete_nushell", "clap_mangen", ] [[bin]] name = "fakehub" path = "src/main.rs" [[test]] name = "integration_test" path = "tests/integration_test.rs" [[test]] name = "mod" path = "tests/mod.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.7" features = [ "derive", "string", ] optional = true [dependencies.clap_complete] version = "4.5.1" optional = true [dependencies.clap_complete_nushell] version = "4.5.1" optional = true [dependencies.clap_mangen] version = "0.2.20" optional = true [dependencies.defer] version = "0.2.1" [dependencies.fakehub-server] version = "0.0.10" features = ["mirror_release"] [dependencies.log] version = "0.4.21" [dependencies.reqwest] version = "0.12.7" [dependencies.tagrs] version = "0.0.2" [dependencies.tokio] version = "1.0.0" features = [ "rt", "rt-multi-thread", "macros", ] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dev-dependencies.assert_cmd] version = "2.0.14" [features] cli = [ "clap", "clap_complete", "clap_mangen", "clap_complete_nushell", ] default = ["cli"] [lints.clippy] question_mark_used = "deny" unwrap_used = "deny" [lints.rust] missing_docs = "deny"