# 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 = "git-next-forge-github" version = "0.14.0-rc1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "GitHub support for git-next, the trunk-based development manager" readme = "README.md" license = "MIT" repository = "https://git.kemitix.net/kemitix/git-next" [lib] name = "git_next_forge_github" path = "src/lib.rs" [dependencies.async-trait] version = "0.1" [dependencies.clap] version = "4.5" features = [ "cargo", "derive", ] [dependencies.derive_more] version = "1.0.0-beta" features = [ "as_ref", "constructor", "display", "deref", "from", ] [dependencies.git-next-core] version = "0.14.0-rc1" [dependencies.hex] version = "0.4" [dependencies.hmac] version = "0.12" [dependencies.kxio] version = "3.1" [dependencies.secrecy] version = "0.10" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10" [dependencies.tokio] version = "1.37" features = ["full"] [dependencies.tracing] version = "0.1" [dev-dependencies.assert2] version = "0.3" [dev-dependencies.rand] version = "0.8" [lints.clippy] expect_used = "warn" unwrap_used = "warn" [lints.clippy.nursery] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1 [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(tarpaulin_include)"]