gedcom-core 0.0.2

GEDCOM is an acronym for GEnealogical Data COMmunication and it provides a flexible, uniform format for exchanging computerized genealogical data.
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 = "gedcom-core"
version = "0.0.2"
authors = ["Ahmed Charles <me@ahmedcharles.com>"]
build = false
exclude = [
    ".gitignore",
    ".gitlab-ci.yml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GEDCOM is an acronym for GEnealogical Data COMmunication and it provides a flexible, uniform format for exchanging computerized genealogical data."
readme = "README.md"
keywords = [
    "gedcom",
    "genealogy",
]
license = "Apache-2.0"
repository = "https://gitlab.com/ahmedcharles/gedcom-core"

[badges.gitlab]
branch = "master"
repository = "ahmedcharles/gedcom-core"

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

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

[dependencies.nom]
version = "8.0.0"

[dependencies.nom_locate]
version = "5.0.0"

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

[dependencies.smallvec]
version = "1.15.1"

[dependencies.thiserror]
version = "2.0.17"

[dev-dependencies.encoding_rs]
version = "0.8.35"

[dev-dependencies.insta]
version = "1.46.1"
features = ["ron"]

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