2019-09-17 11:44:12 +00:00
|
|
|
[package]
|
|
|
|
name = "cloudflare-ddns"
|
2020-03-22 22:31:50 +00:00
|
|
|
version = "0.2.1"
|
2019-09-17 11:44:12 +00:00
|
|
|
authors = ["Rostislav Raykov <z@zbrox.org>"]
|
|
|
|
edition = "2018"
|
|
|
|
description = "A simple CLI tool to use Cloudflare's free DDNS service"
|
2019-09-18 12:38:00 +00:00
|
|
|
repository = "https://github.com/zbrox/cloudflare-ddns"
|
2019-09-17 19:55:21 +00:00
|
|
|
homepage = "https://github.com/zbrox/cloudflare-ddns"
|
2019-09-17 11:44:12 +00:00
|
|
|
keywords = ["cloudflare", "ddns", "cli"]
|
|
|
|
categories = ["command-line-utilities"]
|
|
|
|
license = "MIT"
|
2019-09-17 19:55:21 +00:00
|
|
|
documentation = "https://github.com/zbrox/cloudflare-ddns"
|
2019-09-19 09:43:07 +00:00
|
|
|
readme = "README.md"
|
2019-09-17 11:44:12 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2019-09-17 15:32:18 +00:00
|
|
|
quicli = "0.4"
|
2020-03-21 21:42:04 +00:00
|
|
|
structopt = "0.3.12"
|
|
|
|
reqwest= { version = "0.10.4", features = ["blocking", "json"] }
|
|
|
|
serde = "1.0.105"
|
|
|
|
serde_json = "1.0.48"
|
|
|
|
toml = "0.5.6"
|
2020-03-21 19:52:12 +00:00
|
|
|
human-panic = "1.0.2"
|
2020-03-21 21:42:04 +00:00
|
|
|
serde_derive = "1.0.105"
|
2020-03-22 19:58:18 +00:00
|
|
|
anyhow = "1.0.27"
|
2020-04-20 21:21:01 +00:00
|
|
|
env_logger = "0.7.1"
|
|
|
|
log = "0.4.8"
|