# 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 = "quartz-cli" version = "1.3.1" authors = ["Eduardo Rodrigues "] description = "The command-line tool to build and test HTTP requests." homepage = "https://github.com/EduardoRodriguesF/quartz" readme = "README.md" keywords = [ "cli", "api", "http-client", "curl", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/EduardoRodriguesF/quartz" [package.metadata.deb] assets = [ [ "target/release/quartz", "usr/bin/", "755", ], [ "doc/quartz.1", "usr/share/man/man1/", "644", ], [ "README.md", "usr/share/doc/quartz/", "644", ], [ "CHANGELOG.md", "usr/share/doc/quartz/", "644", ], [ "LICENSE", "usr/share/doc/quartz/", "644", ], ] name = "quartz" [profile.release] opt-level = "z" lto = true codegen-units = 1 strip = true [[bin]] name = "quartz" path = "src/main.rs" [dependencies.chrono] version = "0.4.26" [dependencies.clap] version = "4.2.7" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.console] version = "0.15.8" [dependencies.hyper] version = "0.14" features = ["full"] [dependencies.hyper-tls] version = "0.5.0" [dependencies.openssl] version = "0.10.55" features = ["vendored"] [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serde_json] version = "1.0.112" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.7.3" [dev-dependencies.cuid] version = "1.3.2" [badges.maintenance] status = "actively-developed"