suricate 0.1.1

A gedcom 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 = "suricate"
version = "0.1.1"
authors = ["n4n5 <its.just.n4n5@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A gedcom viewer"
homepage = "https://suricate.n4n5.dev/"
documentation = "https://docs.rs/suricate"
readme = "README.md"
keywords = [
    "gedcom",
    "genealogy",
]
categories = ["visualization"]
license = "MIT"
repository = "https://github.com/Its-Just-Nans/suricate"

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

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

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

[dependencies.bladvak]
version = "1.3.2"

[dependencies.ged_io]
version = "0.13.0"
features = ["json"]

[dependencies.serde]
version = "1.0.228"

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

[profile.release]
opt-level = 2