peprs 0.1.0

Rust implementation of the PEP (Portable Encapsulated Projects) specification for biological sample metadata
# 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 = "2024"
name = "peprs"
version = "0.1.0"
authors = ["Oleksandr Khoroshevskyi"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust implementation of the PEP (Portable Encapsulated Projects) specification for biological sample metadata"
homepage = "https://pep.databio.org/"
documentation = "https://docs.rs/peprs"
readme = "README.md"
categories = ["science::bioinformatics"]
license = "MIT"
repository = "https://github.com/khoroshevskyi/peprs"

[package.metadata.docs.rs]
all-features = true

[features]
core = ["dep:peprs-core"]
default = ["core"]
eido = ["dep:peprs-eido"]
pephub = ["dep:pephub-client"]

[lib]
name = "peprs"
path = "src/lib.rs"

[dependencies.pephub-client]
version = "0.1.0"
optional = true

[dependencies.peprs-core]
version = "0.1.0"
optional = true

[dependencies.peprs-eido]
version = "0.1.0"
optional = true