# 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-rs" version = "0.1.0" exclude = [".vscode/*"] description = "A Rust library to parse and interact with GEDCOM data." homepage = "https://github.com/AdamIsrael/gedcom-rs" documentation = "https://github.com/AdamIsrael/gedcom-rs" readme = "README.md" keywords = ["gedcom"] categories = [ "data-structures", "parser-implementations", "parsing", ] license-file = "LICENSE" repository = "https://github.com/AdamIsrael/gedcom-rs" [[bench]] name = "parse_gedcom" harness = false [dependencies.smallvec] version = "1.10.0" [dependencies.winnow] version = "0.5.28" [dev-dependencies.criterion] version = "0.4" features = ["html_reports"]