# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "lib3h_protocol" version = "0.0.42" authors = ["Holochain Core Dev Team "] description = "Protocol definition for interacting with Lib3h." documentation = "https://docs.rs/lib3h_protocol" readme = "README.md" keywords = ["holochain", "holo", "p2p", "network"] categories = ["network-programming"] license = "Apache-2.0" repository = "https://github.com/holochain/lib3h" [dependencies.backtrace] version = "=0.3.27" [dependencies.base64] version = "=0.10.1" [dependencies.holochain_persistence_api] version = "=0.0.18" [dependencies.rmp-serde] version = "=0.13.7" [dependencies.serde] version = "=1.0.104" [dependencies.serde_derive] version = "=1.0.104" [dependencies.shrinkwraprs] version = "=0.3.0" [dependencies.url] version = "=2.1.0" features = ["serde"] [dependencies.url_serde] version = "=0.2.0" [dev-dependencies.uuid] version = "=0.7.1"