refget-rs 0.1.0

GA4GH refget Sequences v2.0.0 and Sequence Collections v1.0.0 in Rust
Documentation
# 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 = "refget-rs"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GA4GH refget Sequences v2.0.0 and Sequence Collections v1.0.0 in Rust"
documentation = "https://docs.rs/refget-rs"
readme = false
license = "MIT"
repository = "https://github.com/fulcrumgenomics/refget-rs"
resolver = "2"

[features]
client = ["dep:refget-client"]
default = [
    "model",
    "digest",
]
digest = ["dep:refget-digest"]
model = ["dep:refget-model"]
server = ["dep:refget-server"]
store = ["dep:refget-store"]

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

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

[dependencies.refget-digest]
version = "0.1.0"
optional = true

[dependencies.refget-model]
version = "0.1.0"
optional = true

[dependencies.refget-server]
version = "0.1.0"
optional = true

[dependencies.refget-store]
version = "0.1.0"
optional = true