# 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 = "cargo-glab" version = "0.1.0-rc.2" description = "A cargo cli tool used to publish a Gitlab release with binaries for cargo-binstall" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://gitlab.com/wunker-bunker/cargo-glab" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.7" features = [ "derive", "cargo", "env", ] [dependencies.gitlab] version = "0.1605.1" [dependencies.serde] version = "1.0.190" features = ["derive"] [dependencies.toml] version = "0.8.8"