urlx-cli 0.1.0

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.1.0"
build = false
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 = false
keywords = [
    "cli",
    "curl",
    "http",
    "transfer",
]
categories = [
    "command-line-utilities",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/jonwiggins/urlx"

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

[dependencies.filetime]
version = "0.2"

[dependencies.liburlx]
version = "0.1.0"

[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"