urlx-cli 0.2.1

urlx — a memory-safe command-line URL transfer tool, drop-in replacement for curl
# 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.85.0"
name = "urlx-cli"
version = "0.2.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "urlx — a memory-safe command-line URL transfer tool, drop-in replacement for curl"
homepage = "https://github.com/jonwiggins/urlx"
readme = "README.md"
keywords = [
    "cli",
    "curl",
    "http",
    "transfer",
]
categories = [
    "command-line-utilities",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/jonwiggins/urlx"

[features]
decompression = ["liburlx/decompression"]
default = [
    "rustls",
    "http2",
    "decompression",
    "ssh",
]
hickory-dns = ["liburlx/hickory-dns"]
http2 = ["liburlx/http2"]
http3 = ["liburlx/http3"]
rustls = ["liburlx/rustls"]
ssh = ["liburlx/ssh"]
tls-srp = ["liburlx/tls-srp"]

[[bin]]
name = "urlx"
path = "src/main.rs"

[dependencies.filetime]
version = "0.2"

[dependencies.libc]
version = "0.2"

[dependencies.liburlx]
version = "0.2.0"
features = ["http"]
default-features = false

[dependencies.tokio]
version = "1"
features = ["rt"]

[lints.clippy]
cast_possible_truncation = "warn"
cast_possible_wrap = "warn"
cast_sign_loss = "warn"
dbg_macro = "deny"
expect_used = "warn"
missing_errors_doc = "warn"
missing_panics_doc = "warn"
panic = "deny"
print_stderr = "warn"
print_stdout = "warn"
todo = "warn"
unwrap_used = "deny"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
elided_lifetimes_in_paths = "warn"
missing_docs = "warn"
unused_results = "warn"