# 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]
name = "sonar-as-code"
version = "0.0.1"
authors = ["Sebastien Gerard <me@sgerard.be>"]
description = "Tool configuration SonarQube from a configuration file."
homepage = "https://github.com/sebge2/sonar-config-as-code"
keywords = ["cli", "sonarQube"]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/sebge2/sonar-config-as-code"
[package.metadata.release]
pre-release-commit-message = "Release {{version}}"
sign-commit = true
upload-doc = true

[[bin]]
name = "sonar-as-code"
path = "src/main.rs"
[dependencies.clap]
version = "2.33.0"

[dependencies.clap-verbosity-flag]
version = "0.3.1"

[dependencies.envsubst]
version = "0.2.0"

[dependencies.log]
version = "0.4"

[dependencies.reqwest]
version = "0.10"
features = ["blocking", "json"]

[dependencies.retry]
version = "1.0.0"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0.105"

[dependencies.serde_yaml]
version = "0.8.7"

[dependencies.structopt]
version = "0.3.11"