[dependencies.phenopackets]
version = "0.2.2-post2"
[dependencies.prost-types]
version = "0.14.1"
[lib]
name = "phenopacket_builder"
path = "src/lib.rs"
[package]
authors = ["Daniel Danis <daniel.gordon.danis@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Streamline programmatic assembly of Phenopacket Schema building blocks"
edition = "2021"
homepage = "https://github.com/P2GX/phenopacket-builder"
keywords = ["phenopackets", "phenotype", "ontology", "bioinformatics", "build"]
license-file = "LICENSE"
name = "phenopacket-builder"
readme = "README.md"
repository = "https://github.com/P2GX/phenopacket-builder"
version = "0.1.0"
[[test]]
name = "use_cases"
path = "tests/use_cases.rs"