# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "tx5-core" version = "0.0.17-alpha" authors = ["Holochain Core Dev Team "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Holochain WebRTC P2P Communication Ecosystem Core Types" documentation = "https://docs.rs/tx5-core" readme = "README.md" keywords = [ "holochain", "holo", "p2p", "webrtc", "networking", ] categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/holochain/tx5" [lib] name = "tx5_core" path = "src/lib.rs" [dependencies.app_dirs2] version = "2.5.5" optional = true [dependencies.base64] version = "0.13.0" [dependencies.once_cell] version = "1.17.1" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.160" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.96" features = ["preserve_order"] [dependencies.sha2] version = "0.10.6" optional = true [dependencies.tempfile] version = "3.8.0" optional = true [dependencies.tokio] version = "1.35.1" features = ["sync"] [dependencies.tracing] version = "0.1.37" [dependencies.url] version = "2.3.1" features = ["serde"] [dev-dependencies.tokio] version = "1.35.1" features = ["full"] [features] default = ["file_check"] file_check = [ "app_dirs2", "sha2", "tempfile", ]