# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "gitforge" version = "0.2.0" description = "uniform access to git forges (gitlab and github)" keywords = ["github", "gitlab"] categories = ["command-line-utilities", "api-bindings"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/xen-project/misc/rust-gitforge" [dependencies.anyhow] version = "1" [dependencies.derive_more] version = "0.99" [dependencies.directories] version = "3" [dependencies.env_logger] version = "0.8" [dependencies.fehler] version = "1" [dependencies.gitlab_crate] version = "0.1311" optional = true package = "gitlab" [dependencies.itertools] version = "0.10" [dependencies.log] version = "0.4" [dependencies.octocrab] version = "0.9" optional = true [dependencies.ron] version = "0.6" [dependencies.serde] version = "1" features = ["derive"] [dependencies.structopt] version = "0.3" [dependencies.strum] version = "0.21" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" optional = true [features] default = ["gitlab", "github"] github = ["octocrab", "tokio"] gitlab = ["gitlab_crate"]