scantarget 0.2.1

Target parsing and expansion library for security scanners
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 = "2021"
rust-version = "1.85"
name = "scantarget"
version = "0.2.1"
authors = ["Corum Collective LLC <engineering@corumcollective.com>"]
build = false
exclude = ["target/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Target parsing and expansion library for security scanners"
readme = "README.md"
keywords = [
    "scanner",
    "target",
    "cidr",
    "security",
    "parsing",
]
categories = [
    "parser-implementations",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/santhsecurity/scantarget"

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

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "cidr_expansion"
path = "examples/cidr_expansion.rs"

[[example]]
name = "file_parsing"
path = "examples/file_parsing.rs"

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

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.9"

[dev-dependencies.tempfile]
version = "3"