# 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 = "ipfi" version = "0.1.0-rc.2" authors = ["arctic-hen7 "] description = "The inter-planetary function interface: a lightning-fast RPC library that just works." readme = "README.md" keywords = [ "rpc", "ffi", "ipfi", "concurrent", "ipc", ] categories = [ "encoding", "web-programming", ] license = "MIT" repository = "https://github.com/framesurge/ipfi" [dependencies.crossbeam-queue] version = "0.3" [dependencies.dashmap] version = "5.4.0" [dependencies.fxhash] version = "0.2" [dependencies.nohash-hasher] version = "0.2" [dependencies.rmp] version = "0.8" optional = true [dependencies.rmp-serde] version = "1" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "sync", "io-util", "time", "rt", ] optional = true [dev-dependencies.once_cell] version = "1" [dev-dependencies.tokio] version = "1" features = [ "macros", "io-std", "rt-multi-thread", "process", ] [features] async = ["tokio"] blocking = [] default = [ "wire", "serde", "int-u16", "async", "blocking", ] int-u16 = [] int-u32 = [] int-u64 = [] int-u8 = [] serde = [ "dep:serde", "rmp-serde", "rmp", ] wire = []