reproto-repository 0.3.18

reproto repository
Documentation
[package]
name = "reproto-repository"
version = "0.3.18"
authors = ["John-John Tedro <udoprog@tedro.se>"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/reproto/reproto"
homepage = "https://github.com/reproto/reproto"
documentation = "https://docs.rs/reproto-repository"
description = """
reproto repository
"""

[dependencies]
reproto-core = {path = "../core", version = "0.3"}

toml = "0.4"
serde = {version = "1.0", features = ["rc"]}
serde_derive = "1.0"
serde_json = "1.0"
log = "0.3"
hex = "0.2"
bytes = "0.4"
ring = "0.11"
url = "1.6"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]

[target.'cfg(target_arch = "wasm32")'.dependencies]