libverify-core 0.1.0

Platform-agnostic SDLC verification engine — evidence model, controls, assessment
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"
name = "libverify-core"
version = "0.1.0"
authors = ["Hikaru Egashira"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Platform-agnostic SDLC verification engine — evidence model, controls, assessment"
readme = false
license = "MIT"
repository = "https://github.com/HikaruEgashira/libverify"
resolver = "2"

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

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

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