refget-server 0.1.0

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

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

[dependencies.axum]
version = "0.8"

[dependencies.base64]
version = "0.22"

[dependencies.http]
version = "1"

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

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

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tower]
version = "0.5"

[dependencies.tower-http]
version = "0.6"
features = ["cors"]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.http-body-util]
version = "0.1"

[dev-dependencies.md-5]
version = "0.10"

[dev-dependencies.refget-digest]
version = "0.1.0"

[dev-dependencies.refget-store]
version = "0.1.0"

[dev-dependencies.sha2]
version = "0.10"

[dev-dependencies.tokio]
version = "1"
features = ["full"]