[package]
edition = "2024"
rust-version = "1.92"
name = "harbor-core"
version = "0.1.0"
authors = ["Stefan Alfbo <stefan.alfbo@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for the Harbor tool."
homepage = "https://github.com/stefanalfbo/harbor"
documentation = "https://docs.rs/harbor-core"
readme = "README.md"
keywords = [
"har",
"security",
"headers",
"scanner",
"observatory",
]
categories = ["security"]
license = "MIT"
repository = "https://github.com/stefanalfbo/harbor"
resolver = "2"
[lib]
name = "harbor_core"
path = "src/lib.rs"
[dependencies.har]
version = "0.9"
[dev-dependencies.tempfile]
version = "3"