sherlock-nsf-parser 0.1.0

Pure-Rust read-only parser for IBM/HCL Lotus Notes Storage Facility (NSF) databases. Forensic-grade, no Notes client required.
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.75"
name = "sherlock-nsf-parser"
version = "0.1.0"
authors = ["Sherlock Forensics <info@sherlockforensics.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure-Rust read-only parser for IBM/HCL Lotus Notes Storage Facility (NSF) databases. Forensic-grade, no Notes client required."
documentation = "https://docs.rs/sherlock-nsf-parser"
readme = "README.md"
keywords = [
    "nsf",
    "lotus-notes",
    "domino",
    "forensics",
    "parser",
]
categories = [
    "parser-implementations",
    "filesystem",
    "encoding",
]
license = "Apache-2.0"
repository = "https://github.com/Sherlock-Forensics/sherlock-nsf-parser"

[features]
default = []

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

[[bin]]
name = "nsf-dump"
path = "src/bin/nsf-dump.rs"

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

[dependencies]

[dev-dependencies]