index-cli 1.0.0

Command-line prototype for Index.
# 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 = "2024"
rust-version = "1.85"
name = "index-cli"
version = "1.0.0"
authors = ["Index contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line prototype for Index."
documentation = "https://docs.rs/index-cli"
readme = "README.md"
keywords = [
    "terminal",
    "browser",
    "tui",
    "html",
    "readability",
]
categories = [
    "command-line-utilities",
    "web-programming",
]
license = "Unlicense"

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

[[test]]
name = "command_surface"
path = "tests/command_surface.rs"

[[test]]
name = "main_entry"
path = "tests/main_entry.rs"

[dependencies.image]
version = "0.25.8"
features = [
    "png",
    "jpeg",
    "gif",
    "bmp",
    "webp",
]
default-features = false

[dependencies.index-ai]
version = "1.0.0"

[dependencies.index-capture]
version = "1.0.0"

[dependencies.index-core]
version = "1.0.0"

[dependencies.index-dom]
version = "1.0.0"

[dependencies.index-extract]
version = "1.0.0"

[dependencies.index-http]
version = "1.0.0"

[dependencies.index-renderer]
version = "1.0.0"

[dependencies.index-security]
version = "1.0.0"

[dependencies.index-transformer]
version = "1.0.0"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.145"

[dependencies.sha2]
version = "0.10.9"

[dependencies.ureq]
version = "3.3.0"

[dependencies.url]
version = "2.5.7"

[lints.clippy]
all = "warn"
expect_used = "warn"
panic = "warn"
todo = "warn"
unimplemented = "warn"
unwrap_used = "warn"

[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"