# 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 = "rust-domain" version = "0.0.1-alpha0" authors = ["Sven Assmann "] include = ["src/**/*", "LICENSE", "README.md"] description = "I need a .rs domain, now!" readme = "README.md" keywords = ["commandline"] categories = ["command-line-utilities"] license = "GPL-3.0-only" repository = "https://github.com/sassman/rust-domain-rs" [[bin]] name = "rust-domain" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.app_dirs2] version = "2.3" [dependencies.base64] version = "0.13" [dependencies.clap] version = "3.0.0-beta.2" [dependencies.dialoguer] version = "0.8" [dependencies.reqwest] version = "0.11" features = ["blocking", "json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.toml] version = "0.5" [badges.maintenance] status = "experimental"