# 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 = "zendns" version = "0.3.0" description = "Manage Dynamic DNS with serenity" homepage = "https://github.com/dotzenith/ZenDNS" readme = "README.md" license = "MIT" repository = "https://github.com/dotzenith/ZenDNS" [profile.dist] lto = "thin" inherits = "release" [dependencies.anyhow] version = "1.0.86" [dependencies.bincode] version = "1.3.3" [dependencies.clap] version = "4.5.16" features = ["cargo"] [dependencies.config] version = "0.14" features = ["yaml"] default-features = false [dependencies.log] version = "0.4.22" [dependencies.platform-dirs] version = "0.3.0" [dependencies.regex] version = "1.10.6" [dependencies.reqwest] version = "0.12.7" features = [ "blocking", "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.serde_json] version = "1.0.127" [dependencies.simplelog] version = "0.12.2"