[dependencies.base64]
version = "0.22.1"
[dependencies.hex]
version = "0.4.3"
[dependencies.sha1]
version = "0.10.5"
[lib]
name = "community_id"
path = "src/lib.rs"
[package]
authors = ["Julian Wang <traceflight@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming"]
description = "This package provides a Rust implementation of the open Community ID flow hashing standard."
edition = "2021"
keywords = ["community-id", "communityid", "flow", "hash"]
license = "MIT OR Apache-2.0"
name = "community-id"
readme = "README.md"
repository = "https://github.com/traceflight/rs-community-id"
version = "0.2.4"