[badges.maintenance]
status = "experimental"
[build-dependencies.prost-build]
version = "0.13"
[dependencies.prost]
version = "0.13"
[dependencies.prost-types]
version = "0.13"
[lib]
name = "phenopackets"
path = "src/lib.rs"
[package]
authors = ["Daniel Danis", "Daniel Danis <daniel.gordon.danis@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Rust bindings for Phenopacket Schema"
edition = "2021"
homepage = "https://github.com/P2GX/phenopackets-rust"
keywords = ["phenopackets", "phenotype", "ontology", "bioinformatics"]
license-file = "LICENSE"
name = "phenopackets"
readme = "README.md"
repository = "https://github.com/P2GX/phenopackets-rust"
version = "0.2.2-post0"
[[test]]
name = "basic"
path = "tests/basic.rs"
[[test]]
name = "io"
path = "tests/io.rs"