# 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 = "igcp" version = "0.1.6" description = "provides ergonomic abstractions for network communication; communication backend of Canary" keywords = ["rpc", "async", "network", "microservices", "api"] license = "MIT" repository = "https://github.com/znx3p0/canary" [dependencies.async-std] version = "1" [dependencies.bincode] version = "1" [dependencies.bson] version = "2.0.1" [dependencies.cfg-if] version = "1" [dependencies.derive_more] version = "0.99" [dependencies.futures] version = "0.3" [dependencies.futures-lite] version = "1" [dependencies.postcard] version = "0.7.2" features = ["alloc"] [dependencies.rand] version = "0.8" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_repr] version = "0.1" [dependencies.snow] version = "0.8.0" [features] default = ["handwritten-futures"] handwritten-futures = [] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.async-tungstenite] version = "0.16.1" features = [] [target."cfg(target_arch = \"wasm32\")".dependencies.getrandom] version = "~0.2.3" features = ["js"] [target."cfg(target_arch = \"wasm32\")".dependencies.reqwasm] version = "0.4.0" [target."cfg(target_arch = \"wasm32\")".dependencies.uuid] version = "~0.8.2" features = ["wasm-bindgen"]