# 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 = "2018" name = "gedcom-core" version = "0.0.1" authors = ["Ahmed Charles "] exclude = [".gitignore", ".gitlab-ci.yml"] 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" [dependencies.nom] version = "7.0.0" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.smallvec] version = "1.6.1" [dev-dependencies.encoding_rs] version = "0.8.28" [dev-dependencies.insta] version = "1.8.0" [dev-dependencies.serde_json] version = "1.0.68" [badges.gitlab] branch = "master" repository = "ahmedcharles/gedcom-core"