apolloconfig-sig 0.1.0

apolloconfig sig
Documentation
[package]
name = "apolloconfig-sig"
version = "0.1.0"
authors = ["vkill <vkill.net@gmail.com>"]
edition = "2021"
description = "apolloconfig sig"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/bk-rs/apolloconfig-rs"
homepage = "https://github.com/bk-rs/apolloconfig-rs"
documentation = "https://docs.rs/apolloconfig-sig"
keywords = []
categories = []
readme = "README.md"

[dependencies]
hmac = { version ="0.12", default-features = false }
sha1 = { version ="0.10", default-features = false }
base64 = { version ="0.13", default-features = false, features = ["std"] }
http = { version ="0.2", default-features = false }

error-macro = { version ="0.2", default-features = false, features = ["std"] }