phenopackets 0.2.2-post2

Rust bindings for Phenopacket Schema
Documentation
[badges.maintenance]
status = "experimental"

[build-dependencies.prost-build]
version = "0.14"

[dependencies.prost]
version = "0.14"

[dependencies.prost-types]
version = "0.14"

[dependencies.serde]
optional = true
version = "1.0"

[dev-dependencies.serde]
version = "1.0"

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

[features]
serde = ["serde/derive"]

[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-post2"

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