# 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 = "merfolk" version = "0.1.4" authors = ["Paul Volavsek "] description = "A minimal extensible RPC framework. Cross platform and `no_std`" documentation = "https://docs.rs/merfolk/" readme = "../README.md" keywords = ["RPC", "mer", "no_std"] license = "MIT" repository = "https://github.com/volllly/merfolk" [dependencies.anyhow] version = "1.0" default-features = false [dependencies.derive_builder] version = "0.10.0-alpha" [dependencies.log] version = "0.4" default-features = false [dependencies.serde] version = "1.0.116" features = ["alloc"] default-features = false [dependencies.spin] version = "0.7.0" [dependencies.thiserror] version = "1.0" optional = true [dev-dependencies.hyper] version = "0.14" features = ["client", "server", "tcp"] [dev-dependencies.rand] version = "0.8" [dev-dependencies.serde_json] version = "1.0.57" [features] default = ["std"] std = ["serde/std", "anyhow/std", "thiserror"]