# 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 = "ohx-addon-publish" version = "0.0.1-preview" authors = ["David Gräff "] description = "This is the CLI to automate building and publishing an OHX home automation addon" readme = "readme.md" keywords = ["home_automation", "home", "automation"] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/openhab-nodes/cloud-addon-registry-cli" [profile.release] lto = true [[bin]] name = "ohx-addon-publish" required-features = ["build-binary"] [dependencies.chrono] version = "0.4.9" optional = true [dependencies.console] version = "0.9.0" [dependencies.dirs] version = "2.0.2" optional = true [dependencies.env_logger] version = "^0.6" features = ["termcolor", "atty", "humantime"] optional = true [dependencies.failure] version = "^0.1" [dependencies.indicatif] version = "0.12.0" [dependencies.log] version = "0.4.8" optional = true [dependencies.prettytable-rs] version = "0.8.0" [dependencies.regex] version = "1.3.1" features = ["std"] default-features = false [dependencies.reqwest] version = "^0.9" features = ["rustls-tls"] optional = true default-features = false [dependencies.semver] version = "0.9.0" [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde_json] version = "^1.0" [dependencies.serde_yaml] version = "0.8.9" [dependencies.structopt] version = "^0.3" optional = true [dependencies.tokio] version = "0.2.0-alpha.2" [dependencies.tokio-process] version = "0.3.0-alpha.2" [dependencies.webbrowser] version = "0.5.2" optional = true [features] build-binary = ["env_logger", "structopt", "dirs", "log", "reqwest", "webbrowser", "chrono"] default = ["build-binary"]