# 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 = "frizz" version = "0.2.7" authors = ["{{authors}}"] description = "curl alternative written in rust." homepage = "https://github.com/ozkanpakdil/libfrizz" documentation = "https://github.com/ozkanpakdil/libfrizz" readme = "README.md" keywords = [ "curl", "httpie", ] categories = [ "development-tools", "development-tools::testing", "web-programming::http-client", "network-programming", ] license = "GPL-3.0" repository = "https://github.com/ozkanpakdil/libfrizz" [package.metadata.deb] assets = [ [ "target/release/frizz", "usr/bin/", "755", ], [ "README.md", "usr/share/doc/cargo-deb/README", "644", ], ] copyright = "2022, Ozkan Pakdil " depends = "$auto" license-file = [ "LICENSE", "4", ] maintainer = "Ozkan Pakdil " priority = "optional" section = "utility" [lib] name = "libfrizz" crate-type = ["lib"] [dependencies.ansi_term] version = "0.12.1" [dependencies.async-stream] version = "0.3.2" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "2.34.0" features = ["yaml"] [dependencies.dprint-core] version = "0.46.4" [dependencies.dprint-plugin-json] version = "0.17.2" [dependencies.futures] version = "0.3.19" [dependencies.home] version = "0.5.3" [dependencies.indicatif] version = "0.16.2" [dependencies.itertools] version = "0.10.3" [dependencies.jql] version = "3.0.6" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.14" [dependencies.regex] version = "1.5.4" [dependencies.reqwest] version = "0.11.8" features = [ "blocking", "json", "native-tls", "stream", ] [dependencies.rstest] version = "0.12.0" [dependencies.select] version = "0.6.0-alpha.1" [dependencies.serde_json] version = "1.0.73" [dependencies.simple_logger] version = "1.16.0" [dependencies.strum] version = "0.23.0" [dependencies.strum_macros] version = "0.23.1" [dependencies.tokio] version = "1.21.2" features = ["full"] [dependencies.tokio-util] version = "0.7.4" features = ["full"] [dev-dependencies.serial_test] version = "0.5.1"