# 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 = "mantle-build" version = "0.2.2" authors = ["Oasis Labs "] description = "Rust compiler plugin that builds Mantle services" readme = "README.md" keywords = ["idl", "interface", "rpc", "plugin"] license = "Apache-2.0" repository = "https://github.com/oasislabs/mantle.git" [dependencies.colored] version = "1.8" [dependencies.failure] version = "0.1" [dependencies.heck] version = "0.3" [dependencies.mantle-rpc] version = "0.1" features = ["resolve"] [dependencies.proc-macro2] version = "0.4" [dependencies.proc-quote] version = "0.2" [dependencies.serde_json] version = "1.0" [dependencies.toml] version = "0.5" [dependencies.walrus] version = "0.8" [dev-dependencies.compiletest_rs] version = "0.3" features = ["tmp"] [dev-dependencies.mantle] version = "0.2" [dev-dependencies.serde] version = "1.0" features = ["derive"]