wombat 1.0.8

Hex file viewer
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 = "wombat"
version = "1.0.8"
authors = ["n4n5 <its.just.n4n5@gmail.com>"]
build = false
include = [
    "LICENSE",
    "**/*.rs",
    "Cargo.toml",
    "assets/*",
    "./index.html",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hex file viewer"
homepage = "https://wombat.n4n5.dev/"
documentation = "https://docs.rs/wombat"
readme = "README.md"
keywords = [
    "file",
    "viewer",
    "hex",
]
categories = [
    "visualization",
    "multimedia",
]
license = "MIT"
repository = "https://github.com/Its-Just-Nans/wombat"

[package.metadata.docs.rs]
all-features = true
targets = [
    "x86_64-unknown-linux-gnu",
    "wasm32-unknown-unknown",
]

[features]
default = [
    "hashing",
    "yara",
]
hashing = [
    "dep:sha1",
    "dep:sha2",
    "dep:md-5",
]
yara = ["dep:yara-x"]

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

[[bin]]
name = "wombat"
path = "src/main.rs"

[dependencies.bladvak]
version = "1.2.10"

[dependencies.file-format]
version = "0.28.0"

[dependencies.md-5]
version = "0.10.6"
optional = true

[dependencies.roxmltree]
version = "0.21.1"
features = ["positions"]

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

[dependencies.sha1]
version = "0.10.6"
optional = true

[dependencies.sha2]
version = "0.10.9"
optional = true

[dependencies.time]
version = "0.3.47"
features = ["wasm-bindgen"]

[dependencies.x509-parser]
version = "0.18.1"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.yara-x]
version = "1.13.0"
optional = true

[profile.dev.package."*"]
opt-level = 2

[profile.release]
opt-level = 2