# 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 = "check-att" version = "0.1.2" authors = ["Sam Miller"] description = "A small script to check if a house has ATT fiber availible" homepage = "https://s-mil.github.io/att_availability_checker/" documentation = "https://s-mil.github.io/att_availability_checker/" readme = "README.md" keywords = [ "cli", "simple", ] categories = ["command-line-utilities"] license-file = "LICENSE.txt" repository = "https://github.com/s-mil/att_availability_checker" [dependencies.clap] version = "4.4.7" features = ["derive"] [dependencies.reqwest] version = "0.11.22" features = ["json"] [dependencies.serde] version = "1.0.191" [dependencies.serde_json] version = "1.0.108" [dependencies.tokio] version = "1.33.0" features = ["full"]