# 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 = "2018" name = "marine-macro-impl" version = "0.14.0" authors = ["Fluence Labs"] description = "Implementation of the `#[marine]` macro" documentation = "https://docs.rs/fluence/marine-macro-impl" keywords = [ "fluence", "marine", "sdk", "webassembly", "interface-types", ] categories = [ "api-bindings", "wasm", ] license = "Apache-2.0" repository = "https://github.com/fluencelabs/marine-rs-sdk/tree/master/crates/marine-macro-impl" [package.metadata.docs.rs] all-features = true [dependencies.proc-macro2] version = "1.0.69" [dependencies.quote] version = "1.0.33" [dependencies.serde] version = "1.0.189" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.syn] version = "1.0.109" features = [ "full", "extra-traits", ] [dev-dependencies.pretty_assertions] version = "1.4.0"