# 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" rust-version = "1.64.0" name = "iptmnet" version = "1.10.0" authors = ["Ali Sajid Imami "] description = "A convenient CLI for the IPTMNet API" readme = "README.md" categories = [ "command-line-utilities", "science", "web-programming::http-client", ] license = "GPL-3.0-or-later" repository = "https://github.com/AliSajid/iptmnet_client" [profile.dev] opt-level = 1 debug = true [profile.release] opt-level = 3 lto = true codegen-units = 1 strip = true [lib] name = "iptmlib" crate-type = ["lib"] path = "src/iptmlib/lib.rs" [[bin]] name = "iptmnet" path = "src/iptmnet/main.rs" [dependencies.clap] version = "4.1.4" features = [ "derive", "env", "string", "unicode", "cargo", "debug", "wrap_help", ] [dependencies.reqwest] version = "0.11.14" features = ["json"] [dependencies.serde] version = "1.0.144" features = [ "derive", "serde_derive", ] [dependencies.serde-aux] version = "4.0.0" [dependencies.serde_json] version = "1.0.85" [dependencies.tokio] version = "1.20.3" features = ["full"]