index-security 1.0.0

Security policy checks for hostile Index inputs.
Documentation
# 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-security"
version = "1.0.0"
authors = ["Index contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Security policy checks for hostile Index inputs."
documentation = "https://docs.rs/index-security"
readme = "README.md"
license = "Unlicense"

[lib]
name = "index_security"
path = "src/lib.rs"

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

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

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