# 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 = "sia" version = "0.0.4" description = "distributed systems library for making communications through the network easier" keywords = ["rpc", "async", "network", "microservices", "api"] license = "MIT" repository = "https://github.com/znx3p0/sia" [lib] doctest = false [dependencies.async-std] version = "1" features = ["unstable"] optional = true [dependencies.bincode] version = "1" [dependencies.camino] version = "1" [dependencies.compact_str] version = "0.2" features = ["serde"] [dependencies.dashmap] version = "5" [dependencies.derive_more] version = "0.99" [dependencies.igcp] version = "0.0.4" [dependencies.once_cell] version = "1" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1" features = ["derive", "rc"] [dependencies.sia-macro] version = "0.0.2" [dependencies.snow] version = "0.8.0" [dependencies.tokio] version = "1" features = ["rt-multi-thread", "macros", "time"] optional = true [dependencies.tracing] version = "0.1" [features] default = ["rt-async-std"] rt-async-std = ["async-std"] rt-tokio = ["tokio"]