# 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"
name = "forensic-rs"
version = "0.13.1"
authors = ["Samuel Garcés Marín <samuel.garces@protonmail.com>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust-based framework to build tools that analyze forensic artifacts and can be reused as libraries across multiple projects without changing anything."
readme = "README.md"
keywords = [
    "forensic",
    "windows",
    "parser",
    "registry",
    "cybersecurity",
]
categories = ["parsing"]
license = "MIT"
repository = "https://github.com/ForensicRS/forensic-rs"

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

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

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

[dependencies.serde]
version = "1"
optional = true

[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.sqlite]
version = "0.28.1"

[features]
default = ["serde"]
serde = ["dep:serde"]