# 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 = "2018" name = "kuso-subdomain-adder" version = "0.4.0" authors = ["sksat "] build = "build.rs" description = "A super-easy kuso subdomain utility for telekasu using kuso-domains-redirector and Cloudflare API" readme = "README.md" license = "MIT" repository = "https://github.com/sksat/kuso-subdomain-adder" [profile.dev] debug = 0 [profile.release] debug = 0 incremental = true [dependencies.actix-web] version = "4.0.0-beta.9" [dependencies.async-trait] version = "0.1.51" [dependencies.bytes] version = "1.1.0" [dependencies.clap] version = "2.33.3" [dependencies.cloudflare] version = "0.8.7" [dependencies.domain] version = "0.6.1" features = ["master"] [dependencies.env_logger] version = "0.9.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.14" [dependencies.punycode] version = "0.4.1" [dependencies.serde] version = "1.0.130" [dependencies.serde_derive] version = "1.0.130" [dependencies.tera] version = "1.13.0" [dependencies.toml] version = "0.5.8" [build-dependencies.anyhow] version = "1.0.44" [build-dependencies.vergen] version = "5.1.15" features = ["build", "cargo", "git", "rustc"] default-features = false