[package] name = "reproto-repository" version = "0.3.36" authors = ["John-John Tedro "] 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.13.0-alpha" url = "1.6"