gitoid 0.5.1

An experimental implementation of gitoids in Rust
Documentation
[dependencies.digest]
version = "0.10.7"

[dependencies.format-bytes]
version = "0.3.0"

[dependencies.generic-array]
version = "0.14.7"

[dependencies.hex]
default-features = false
features = ["std"]
version = "0.4.3"

[dependencies.sha1]
default-features = false
features = ["std"]
version = "0.10.6"

[dependencies.sha1collisiondetection]
version = "0.3.3"

[dependencies.sha2]
default-features = false
version = "0.10.8"

[dependencies.tokio]
features = ["io-util"]
version = "1.36.0"

[dependencies.url]
version = "2.4.1"
[dev-dependencies.tokio]
features = ["io-util", "fs", "rt", "rt-multi-thread"]
version = "1.36.0"

[lib]
crate-type = ["rlib", "cdylib"]

[package]
categories = ["cryptography", "development-tools"]
description = "An experimental implementation of gitoids in Rust"
edition = "2021"
homepage = "https://omnibor.io/"
keywords = ["gitbom", "omnibor", "sbom", "gitoid"]
license = "Apache-2.0"
name = "gitoid"
readme = "README.md"
repository = "https://github.com/omnibor/omnibor-rs"
version = "0.5.1"