# 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 = "phonerr" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI to query mobile phone region." readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/bujnlc8/phoner" [profile.release] opt-level = "z" lto = true panic = "abort" strip = true [lib] name = "phonerr" path = "src/lib.rs" [[bin]] name = "phoner" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.13" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.indicatif] version = "0.17.8" optional = true [dependencies.reqwest] version = "0.12" features = [ "rustls-tls", "charset", "json", ] default-features = false [dependencies.tokio] version = "1.39.2" features = ["full"] [features] download-progress = ["indicatif"] indicatif = ["dep:indicatif"]