refget-digest 0.1.0

GA4GH refget digest computation: SHA-512/24 (sha512t24u) and RFC 8785 JSON Canonicalization
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-digest"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GA4GH refget digest computation: SHA-512/24 (sha512t24u) and RFC 8785 JSON Canonicalization"
documentation = "https://docs.rs/refget-digest"
readme = false
license = "MIT"
repository = "https://github.com/fulcrumgenomics/refget-rs"
resolver = "2"

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

[dependencies.base64]
version = "0.22"

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

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