[package] name = "mantle-rpc" version = "0.1.1" authors = ["Oasis Labs "] edition = "2018" license = "Apache-2.0" description = "Mantle RPC IR and utilities" repository = "https://github.com/oasislabs/mantle.git" readme = "README.md" keywords = ["idl", "rpc", "mantle"] [dependencies] failure = { version = "0.1", optional = true } libflate = { version = "0.1", optional = true } serde = { version = "1.0", features = ["derive"] } serde_json = { version = "1.0", optional = true } url = { version = "1.7", optional = true } walrus = { version = "0.8", optional = true } [features] resolve = ["import"] import = ["saveload", "url", "walrus"] saveload = ["libflate", "serde_json", "failure"]